Home | History | Annotate | Download | only in adaptation

Lines Matching refs:Mutex

21  *  Encapsulate a mutex for thread synchronization.
29 class Mutex
34 ** Function: Mutex
41 Mutex ();
46 ** Function: ~Mutex
53 ~Mutex ();
60 ** Description: Block the thread and try lock the mutex.
72 ** Description: Unlock a mutex to unblock a thread.
84 ** Description: Try to lock the mutex.
86 ** Returns: True if the mutex is locked.
96 ** Description: Get the handle of the mutex.
98 ** Returns: Handle of the mutex.