muteki
Loading...
Searching...
No Matches
event_s Struct Reference

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
 

Detailed Description

Event descriptor structure.

Field Documentation

◆ flag

int event_s::flag

Flag value. 1 is set and 0 is clear.

◆ latch_on

short event_s::latch_on

Set to non-0 will inhibit the event from getting cleared after a OSWaitForEvent() is resolved.

◆ magic

int event_s::magic

Magic. Always 0x201.

◆ wait_state

threading_waitable_t event_s::wait_state

Wait state of the current event.

See also
threading_waitable_t

The documentation for this struct was generated from the following file: