|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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_t::count |
The semaphore count.
| int semaphore_t::initialized |
Are we initialized?