Lely core libraries  2.3.4
ev_fiber_cnd_impl Struct Reference

The implementation of a fiber condition variable. More...

Collaboration diagram for ev_fiber_cnd_impl:

Data Fields

mtx_t mtx
 The mutex protecting queue.
 
struct sllist queue
 The queue of fibers waiting for the condition variable to be signaled.
 

Detailed Description

The implementation of a fiber condition variable.

Definition at line 191 of file fiber_exec.c.


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