flx::pthread::flx_condv_t Class Reference
Condition Variable.
More...
#include <pthread_condv.hpp>
List of all members.
|
Public Member Functions |
void | signal () |
void | broadcast () |
void | wait (flx_mutex_t *) |
int | timedwait (flx_mutex_t *, timespec *) |
Public Attributes |
pthread_cond_t | cv |
Detailed Description
Condition Variable.
The documentation for this class was generated from the following file: