Lely core libraries
2.2.5
|
The context of a wait operation on a fiber condition variable. More...
Data Fields | |
struct slnode | node |
The node in the queue of fibers waiting on cond. | |
ev_fiber_cnd_t * | cond |
A pointer to the condition variable passed to ev_fiber_cnd_wait(). | |
ev_fiber_mtx_t * | mtx |
A pointer to the mutex passed to ev_fiber_cnd_wait(). | |
struct ev_task * | task |
A pointer to the task (in ev_fiber_ctx) used to wake up the fiber. | |
The context of a wait operation on a fiber condition variable.
This struct is allocated on the stack of a fiber in ev_fiber_cnd_wait().
Definition at line 174 of file fiber_exec.c.