KallistiOS
##version##
|
Semaphore type. More...
#include <kos/sem.h>
Data Fields | |
int | initialized |
Are we initialized? More... | |
int | count |
The semaphore count. More... | |
Semaphore type.
This structure defines a semaphore. There are no public members of this structure for you to actually do anything with in your code, so don't try.
int semaphore::count |
The semaphore count.
int semaphore::initialized |
Are we initialized?