|
KallistiOS
2.0.0
|
Semaphore type. More...
#include <kos/sem.h>
Data Fields | |
| int | initialized |
| Are we initialized? | |
| int | count |
| The semaphore count. | |
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?
1.8.1.1