Wrapper class around an OS native mutex.
Public Methods
-
inline Mutex()
- Create an unlocked mutex
-
inline void lock()
- Block until the mutex is available, then grab it
-
inline void unlock()
- Release the mutex
-
inline ~Mutex()
- Delete the mutex
Documentation
Wrapper class around an OS native mutex. This implementation assumes
a POSIX pthreads compliant interface to the native thread library.
inline Mutex()
- Create an unlocked mutex
inline void lock()
- Block until the mutex is available, then grab it
inline void unlock()
- Release the mutex
inline ~Mutex()
- Delete the mutex
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.