Lely core libraries
2.2.5
|
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 188 of file fiber_exec.c.