libevfibers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fbr_ev_cond_var Struct Reference

fbr_cond_var event. More...

#include <fiber.h>

Data Fields

struct fbr_cond_varcond
struct fbr_mutexmutex
struct fbr_ev_base ev_base

Detailed Description

fbr_cond_var event.

This event struct can represent conditional variable waiting.

See Also
fbr_ev_upcast
fbr_ev_wait

Definition at line 508 of file fiber.h.

Field Documentation

struct fbr_cond_var* fbr_ev_cond_var::cond

conditional variable we're interested in

Definition at line 509 of file fiber.h.

struct fbr_mutex* fbr_ev_cond_var::mutex

mutex to protect conditional variable

Definition at line 511 of file fiber.h.


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