#include <mutex_pthread.h>
Inheritance diagram for CL_Mutex_Posix:


Public Methods | |
| CL_Mutex_Posix () | |
| virtual | ~CL_Mutex_Posix () |
| virtual void | enter () |
| virtual void | leave () |
| virtual void | wait () |
| virtual void | notify () |
| virtual void | notify_all () |
Public Attributes | |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
|
|
|
|
|
|
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Definition at line 34 of file mutex_pthread.h. |
|
|
Definition at line 33 of file mutex_pthread.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001