Home » U++ Library support » U++ MT-multithreading and servers » MT/Locking Questions
Re: MT/Locking Questions [message #15607 is a reply to message #15529] |
Wed, 30 April 2008 16:04   |
mr_ped
Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
|
Experienced Contributor |
|
|
I had only the case
class X {
static Mutex lock_for_A;
static Value A;
void function_to_process_A() {
// ... using that Mutex *HERE*
}
};
on mind
Didn't even think about your static Mutex inside some function, thanks for pointing that out, I could have eventually confused somebody (including myself).
[Updated on: Wed, 30 April 2008 16:04] Report message to a moderator
|
|
|
 |
|
MT/Locking Questions
By: captainc on Mon, 28 April 2008 15:23
|
 |
|
Re: MT/Locking Questions
By: mirek on Mon, 28 April 2008 19:41
|
 |
|
Re: MT/Locking Questions
By: captainc on Mon, 28 April 2008 20:00
|
 |
|
Re: MT/Locking Questions
By: mr_ped on Mon, 28 April 2008 20:57
|
 |
|
Re: MT/Locking Questions
By: captainc on Mon, 28 April 2008 22:10
|
 |
|
Re: MT/Locking Questions
By: mr_ped on Tue, 29 April 2008 10:03
|
 |
|
Re: MT/Locking Questions
By: mirek on Tue, 29 April 2008 19:09
|
 |
|
Re: MT/Locking Questions
By: mr_ped on Tue, 29 April 2008 21:49
|
 |
|
Re: MT/Locking Questions
By: mirek on Wed, 30 April 2008 10:51
|
 |
|
Re: MT/Locking Questions
By: mr_ped on Wed, 30 April 2008 16:04
|
 |
|
Re: MT/Locking Questions
By: mirek on Wed, 30 April 2008 21:05
|
Goto Forum:
Current Time: Tue Jul 08 14:13:48 CEST 2025
Total time taken to generate the page: 0.05267 seconds
|