Searched refs:fibers_condition_t (Results 1 – 3 of 3) sorted by relevance
35 typedef struct fibers_condition fibers_condition_t; typedef41 extern void fibers_condition_wakeup_one(fibers_condition_t *cond);42 extern int fibers_condition_wakeup_some(fibers_condition_t *cond, int num_fibers, void (*callback)(…43 extern void fibers_condition_wait(fibers_condition_t *cond);44 extern void fibers_condition_destroy(fibers_condition_t *cond);45 extern fiber_t fibers_condition_identify(fibers_condition_t *cond);46 extern bool fibers_condition_wakeup_identified(fibers_condition_t *cond, fiber_t target);
33 fibers_condition_wakeup_one(fibers_condition_t *cond) in fibers_condition_wakeup_one()39 fibers_condition_wakeup_some(fibers_condition_t *cond, int num_fibers, void (*callback)(void *, fib… in fibers_condition_wakeup_some()71 fibers_condition_wait(fibers_condition_t *cond) in fibers_condition_wait()82 fibers_condition_destroy(fibers_condition_t *cond) in fibers_condition_destroy()89 fibers_condition_identify(fibers_condition_t *cond) in fibers_condition_identify()110 fibers_condition_wakeup_identified(fibers_condition_t *cond, fiber_t target) in fibers_condition_wakeup_identified()
954 fibers_condition_t cond;