#include <semaphore.h>
Data Fields | |
| volatile int | counter |
| int | pending |
| void * | queue |
Definition at line 56 of file semaphore.h.
| volatile int l4semaphore::counter |
semaphore counter
Definition at line 58 of file semaphore.h.
wakeup notification pending counter
Definition at line 59 of file semaphore.h.
| void* l4semaphore::queue |
wait queue
Definition at line 60 of file semaphore.h.