|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <threading.h>
Data Fields | |
| _thread_t * | self |
| atomic_uint64_t | state |
| tid_t | id |
| int | result |
| errno_t | err |
| thrd_start_t | func |
| void * | arg |
Definition at line 34 of file threading.h.
| _thread_t* _thread_t::self |
Definition at line 36 of file threading.h.
| atomic_uint64_t _thread_t::state |
Definition at line 37 of file threading.h.
| tid_t _thread_t::id |
Definition at line 38 of file threading.h.
| int _thread_t::result |
Definition at line 39 of file threading.h.
| errno_t _thread_t::err |
Definition at line 40 of file threading.h.
| thrd_start_t _thread_t::func |
Definition at line 41 of file threading.h.
| void* _thread_t::arg |
Definition at line 42 of file threading.h.