Lely core libraries  2.2.5
ev_fiber_cnd_wait Struct Reference

The context of a wait operation on a fiber condition variable. More...

Collaboration diagram for ev_fiber_cnd_wait:

Data Fields

struct slnode node
 The node in the queue of fibers waiting on cond.
 
ev_fiber_cnd_tcond
 A pointer to the condition variable passed to ev_fiber_cnd_wait().
 
ev_fiber_mtx_tmtx
 A pointer to the mutex passed to ev_fiber_cnd_wait().
 
struct ev_tasktask
 A pointer to the task (in ev_fiber_ctx) used to wake up the fiber.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: