PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
process_threads_t Struct Reference

Represents the threads in a process. More...

#include <process.h>

Collaboration diagram for process_threads_t:

Data Fields

tid_t newTid
 
list_t list
 
lock_t lock
 

Detailed Description

Represents the threads in a process.

Definition at line 135 of file process.h.

Field Documentation

◆ newTid

tid_t process_threads_t::newTid

Definition at line 137 of file process.h.

◆ list

list_t process_threads_t::list

Definition at line 138 of file process.h.

◆ lock

lock_t process_threads_t::lock

Definition at line 139 of file process.h.


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