#include <threading_manager.hpp>
|
| pid_t | tid |
| | The Thread ID (TID) of the thread.
|
| |
| pid_t | tgid |
| | The Thread Group ID (TGID) associated with the thread.
|
| |
| pid_t | pid |
| | The Process ID (PID) associated with the thread.
|
| |
This structure stores the identifiers associated with a thread and its parent process within a thread group, allowing Arion to track relationships between threads and processes.
◆ ARION_TGROUP_ENTRY()
| arion::ARION_TGROUP_ENTRY::ARION_TGROUP_ENTRY |
( |
pid_t |
tid, |
|
|
pid_t |
tgid, |
|
|
pid_t |
pid |
|
) |
| |
|
inline |
Builder for ARION_TGROUP_ENTRY instances.
- Parameters
-
| [in] | tid | The Thread ID (TID) of the thread. |
| [in] | tgid | The Thread Group ID (TGID) associated with the thread. |
| [in] | pid | The Process ID (PID) associated with the thread. |
◆ pid
| pid_t arion::ARION_TGROUP_ENTRY::pid |
The Process ID (PID) associated with the thread.
◆ tgid
| pid_t arion::ARION_TGROUP_ENTRY::tgid |
The Thread Group ID (TGID) associated with the thread.
◆ tid
| pid_t arion::ARION_TGROUP_ENTRY::tid |
The Thread ID (TID) of the thread.
The documentation for this struct was generated from the following file: