cheshirekow  v0.1.0
mutex.h File Reference
#include <pthread.h>
#include <cpp_pthreads/attr.h>

Go to the source code of this file.

Classes

class  pthreads::Mutex
 a mutual exclusion lock More...
 
class  pthreads::ScopedLock
 Points to a locked mutex and unlocks the mutex when destroyed. More...
 

Namespaces

 pthreads
 Wraps posix-threads (pthreads.h) with object oriented API.