#include <synch.h>
Data Fields | |
unsigned | value |
struct list | waiters |
Definition at line 9 of file synch.h.
unsigned semaphore::value |
Definition at line 11 of file synch.h.
Referenced by sema_down(), sema_init(), sema_try_down(), and sema_up().
struct list semaphore::waiters [read] |