|
CS318 - Pintos
Pintos source browser for JHU CS318 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().
1.8.16