|
muteki
|
Semaphore descriptor structure. More...
#include <threading.h>
Data Fields | |
| int | magic |
| int | _padding_0x4 |
| short | ctr |
| threading_waitable_t | wait_state |
| Wait state of the current semaphore. | |
| char | _padding_0x13 |
Semaphore descriptor structure.
| short semaphore_s::ctr |
Counter.
| int semaphore_s::magic |
Magic. Always 0x200.
| threading_waitable_t semaphore_s::wait_state |
Wait state of the current semaphore.