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

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
 

Detailed Description

Semaphore descriptor structure.

Field Documentation

◆ ctr

short semaphore_s::ctr

Counter.

◆ magic

int semaphore_s::magic

Magic. Always 0x200.

◆ wait_state

threading_waitable_t semaphore_s::wait_state

Wait state of the current semaphore.

See also
threading_waitable_t

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