|
muteki
|
Message queue descriptor structure. More...
#include <threading.h>
Data Fields | |
| int | magic |
| message_queue_nonatomic_t * | storage |
| short | _padding_0x8 |
| threading_waitable_t | wait_state |
| Wait state of the current event. | |
| char | _padding_0x13 |
Message queue descriptor structure.
| int message_queue_s::magic |
Magic. Always 0x202. Note that for some reason this is the same as critical_section_t.
| message_queue_nonatomic_t* message_queue_s::storage |
Storage structure i.e. the actual queue part of the queue.
| threading_waitable_t message_queue_s::wait_state |
Wait state of the current event.