#include <mutex_beos.h>
Inheritance diagram for CL_Mutex_BeOS:


Public Methods | |
| CL_Mutex_BeOS () | |
| virtual | ~CL_Mutex_BeOS () |
| virtual void | enter () |
| virtual void | leave () |
| virtual void | wait () |
| virtual void | notify () |
| virtual void | notify_all () |
Private Attributes | |
| sem_id | sem |
| thread_id | owner |
|
|
|
|
|
|
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Reimplemented from CL_Mutex. |
|
|
Definition at line 37 of file mutex_beos.h. |
|
|
Definition at line 36 of file mutex_beos.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001