Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mr_ped is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to send broadcast
Next Topic: PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP not defined
Goto Forum:
  


Current Time: Tue Jul 08 14:13:48 CEST 2025

Total time taken to generate the page: 0.05267 seconds