|
muteki
|
Event descriptor structure. More...
#include <threading.h>
Data Fields | |
| int | magic |
| int | flag |
| short | latch_on |
| threading_waitable_t | wait_state |
| Wait state of the current event. | |
| char | _padding_0x13 |
Event descriptor structure.
| int event_s::flag |
Flag value. 1 is set and 0 is clear.
| short event_s::latch_on |
Set to non-0 will inhibit the event from getting cleared after a OSWaitForEvent() is resolved.
| int event_s::magic |
Magic. Always 0x201.
| threading_waitable_t event_s::wait_state |
Wait state of the current event.