|
PatchworkOS
|
#include <threads.h>
Data Fields | |
| atomic_uint64_t | state |
| tid_t | owner |
| uint64_t | depth |
| uint64_t mtx_t::depth |
Definition at line 55 of file threads.h.
Referenced by mtx_init(), mtx_lock(), and mtx_unlock().
| tid_t mtx_t::owner |
Definition at line 54 of file threads.h.
Referenced by mtx_init(), mtx_lock(), and mtx_unlock().
| atomic_uint64_t mtx_t::state |
Definition at line 53 of file threads.h.
Referenced by mtx_init(), mtx_lock(), and mtx_unlock().