#include <semaphore.h>
Data Fields | |
char | state |
short | count |
queue | queue |
Definition at line 23 of file semaphore.h.
char sentry::state |
the state SFREE or SUSED
Definition at line 25 of file semaphore.h.
Referenced by allocsem(), freesem(), and sysinit().
short sentry::count |
count for this semaphore
Definition at line 26 of file semaphore.h.
Referenced by freesem(), kill(), newsem(), signal(), signaln(), sysinit(), test_checkSemCount(), and wait().
requires q.h.
Definition at line 27 of file semaphore.h.
Referenced by freesem(), signal(), signaln(), sysinit(), test_deltaQueue(), test_procQueue(), and wait().