PatchworkOS  19e446b
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:

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
 

Detailed Description

Represents the threads in a process.

Definition at line 48 of file process.h.

Member Function Documentation

◆ _Atomic()

process_threads_t::_Atomic ( tid_t  )
new

Field Documentation

◆ list

list_t process_threads_t::list

Reads are RCU protected, writes require the lock.

Definition at line 51 of file process.h.

◆ count

uint64_t process_threads_t::count

Definition at line 52 of file process.h.

◆ lock

lock_t process_threads_t::lock

Definition at line 53 of file process.h.


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