Lely core libraries 2.3.4
|
The implementation of a fiber condition variable. More...
Data Fields | |
mtx_t | mtx |
The mutex protecting queue. | |
struct sllist | queue |
The queue of fibers waiting for the condition variable to be signaled. | |
The implementation of a fiber condition variable.
Definition at line 191 of file fiber_exec.c.