|
PatchworkOS
19e446b
A non-POSIX operating system.
|
Represents the threads in a process. More...
#include <process.h>
Public Member Functions | |
| _Atomic (tid_t) new Tid | |
Data Fields | |
| list_t | list |
| Reads are RCU protected, writes require the lock. | |
| uint64_t | count |
| lock_t | lock |
|
new |
| list_t process_threads_t::list |