#include <mutex.h>
Public Member Functions | |
| CL_Mutex () | |
| Construction:. | |
| ~CL_Mutex () | |
| void | lock () |
| Operations:. | |
| bool | try_lock () |
| void | unlock () |
Private Attributes | |
| pthread_mutex_t | handle |
| Implementation:. | |
|
|
Construction:.
Definition at line 49 of file mutex.cpp. References handle, and pthread_mutexattr_setkind_np(). |
|
|
Definition at line 70 of file mutex.cpp. References handle. |
|
|
Operations:.
Definition at line 86 of file mutex.cpp. References handle. Referenced by CL_MutexSection::lock(). |
|
|
Definition at line 95 of file mutex.cpp. References TEXT. Referenced by CL_MutexSection::try_lock(). |
|
|
Definition at line 106 of file mutex.cpp. References handle. Referenced by CL_MutexSection::unlock(). |
|
|
Implementation:.
Definition at line 63 of file mutex.h. Referenced by CL_Mutex(), lock(), unlock(), and ~CL_Mutex(). |
1.4.1