#include <pmutex.h>
Public Member Functions | |
| INLINE | Mutex () |
| INLINE | ~Mutex () |
| INLINE void | lock () const |
| INLINE void | release () const |
Private Member Functions | |
| INLINE | Mutex (const Mutex ©) |
| INLINE void | operator= (const Mutex ©) |
Private Attributes | |
| MutexImpl | _impl |
Friends | |
| class | ConditionVar |
|
|
|
|
|
|
|
|
|
|
|
Referenced by GraphicsEngine::do_flip_frame(), GraphicsEngine::do_sync_frame(), main(), GraphicsEngine::render_frame(), GraphicsEngine::terminate_threads(), and philosopher::thread_main(). |
|
|
|
|
|
Referenced by GraphicsEngine::do_flip_frame(), GraphicsEngine::do_sync_frame(), main(), GraphicsEngine::render_frame(), GraphicsEngine::terminate_threads(), and philosopher::thread_main(). |
|
|
|
|
|
|
1.3