6 #ifndef Protium_Threads_h_
7 #define Protium_Threads_h_
43 #endif //Protium_Threads_h_
Wrapper class for pthreads-style mutexes.
Mutex & operator=(const Mutex &)
void Lock()
Attempts to lock the mutex and blocks until mutex is available.
void Unlock()
Unlocks the mutex for the next usage.