|
muteki
|
Critical section descriptor structure. More...
#include <threading.h>
Data Fields | |
| int | magic |
| thread_t * | thr |
| unsigned short | refcount |
| threading_waitable_t | wait_state |
| Wait state of the current critical section. | |
| char | _padding_0x13 |
Critical section descriptor structure.
| int critical_section_s::magic |
Magic. Always 0x202. Note that for some reason this is the same as message_queue_t.
| unsigned short critical_section_s::refcount |
Reference counter.
| thread_t* critical_section_s::thr |
Thread descriptor for this thread.
| threading_waitable_t critical_section_s::wait_state |
Wait state of the current critical section.