Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
The Cond synchronization primitive is a thin wrapper around pthread_cond_wait(). More...
#include <thread.hh>
Public Types | |
typedef pthread_cond_t * | native_handle_type |
Public Member Functions | |
void | signal () |
void | broadcast () |
void | wait (Mutex &m) |
void | wait_timed (Mutex &m, int64 max_usecs) |
native_handle_type | native_handle () |
The Cond synchronization primitive is a thin wrapper around pthread_cond_wait().
This class supports static construction.