IBNOS
|
#include <semaphore.h>
Public Attributes | |
struct object | obj |
struct linkedList | waiters |
uint32_t | value |
Definition at line 41 of file semaphore.h.
struct object semaphore::obj |
Definition at line 43 of file semaphore.h.
uint32_t semaphore::value |
Definition at line 47 of file semaphore.h.
struct linkedList semaphore::waiters |
Definition at line 44 of file semaphore.h.