|
PatchworkOS
|
Process threads structure. More...
#include <process.h>
Data Fields | |
| tid_t | newTid |
| list_t | list |
| lock_t | lock |
Process threads structure.
Keeps track of all the threads in a process.
| list_t process_threads_t::list |
Definition at line 44 of file process.h.
Referenced by process_free(), process_init(), process_kill(), process_note_write(), thread_free(), and thread_init().
| lock_t process_threads_t::lock |
Definition at line 45 of file process.h.
Referenced by process_init(), process_kill(), process_note_write(), thread_free(), and thread_init().
| tid_t process_threads_t::newTid |
Definition at line 43 of file process.h.
Referenced by process_init(), and thread_init().