Helper Reference Manual 1.7.1
Loading...
Searching...
No Matches
odph_linux_process_t Struct Reference

Linux process state information. More...

#include <threads.h>

Data Fields

pid_t pid
 Process ID.
 
int cpu
 CPU ID.
 
int status
 Process state change status.
 

Detailed Description

Linux process state information.

Definition at line 55 of file threads.h.

Field Documentation

◆ pid

pid_t odph_linux_process_t::pid

Process ID.

Definition at line 56 of file threads.h.

◆ cpu

int odph_linux_process_t::cpu

CPU ID.

Definition at line 57 of file threads.h.

◆ status

int odph_linux_process_t::status

Process state change status.

Definition at line 58 of file threads.h.


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