PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Condition variable. More...
#include <synch.h>
Data Fields | |
struct list | waiters |
List of waiting threads. More... | |
struct list condition::waiters |
List of waiting threads.
Definition at line 36 of file synch.h.
Referenced by cond_broadcast(), cond_init(), cond_signal(), and cond_wait().