#include <synch.h>
Data Fields | |
struct list | waiters |
Definition at line 35 of file synch.h.
struct list condition::waiters [read] |
Definition at line 37 of file synch.h.
Referenced by cond_broadcast(), cond_init(), cond_signal(), and cond_wait().