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

Message queue descriptor structure. More...

#include <threading.h>

Data Fields

int magic
 
message_queue_nonatomic_tstorage
 
short _padding_0x8
 
threading_waitable_t wait_state
 Wait state of the current event.
 
char _padding_0x13
 

Detailed Description

Message queue descriptor structure.

Field Documentation

◆ magic

int message_queue_s::magic

Magic. Always 0x202. Note that for some reason this is the same as critical_section_t.

◆ storage

message_queue_nonatomic_t* message_queue_s::storage

Storage structure i.e. the actual queue part of the queue.

◆ wait_state

threading_waitable_t message_queue_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: