#include <_thread.h>
Inheritance diagram for Mutex:
Public Member Functions | |
Mutex () | |
~Mutex () | |
void | Lock (void) |
bool | TryLock (void) |
void | UnLock (void) |
Definition at line 472 of file _thread.h.
|
|
|
|
|
Definition at line 478 of file _thread.h. Referenced by Condition::Wait(), and Condition::WaitNext(). |
|
|
|
Definition at line 480 of file _thread.h. Referenced by Condition::Wait(), and Condition::WaitNext(). |