PatchworkOS
Loading...
Searching...
No Matches
process_threads_t Struct Reference

Process threads structure. More...

#include <process.h>

Data Fields

tid_t newTid
 
list_t list
 
lock_t lock
 

Detailed Description

Process threads structure.

Keeps track of all the threads in a process.

Definition at line 41 of file process.h.

Field Documentation

◆ list

list_t process_threads_t::list

◆ lock

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().

◆ newTid

tid_t process_threads_t::newTid

Definition at line 43 of file process.h.

Referenced by process_init(), and thread_init().


The documentation for this struct was generated from the following file: