posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
tms Struct Reference

CPU time accounting structure filled in by times(). More...

#include <zephyr/posix/sys/times.h>

Data Fields

clock_t tms_utime
 User CPU time of the process.
 
clock_t tms_stime
 System CPU time of the process.
 
clock_t tms_cutime
 User CPU time of waited-for children.
 
clock_t tms_cstime
 System CPU time of waited-for children.
 

Detailed Description

CPU time accounting structure filled in by times().

Definition at line 30 of file times.h.

Field Documentation

◆ tms_cstime

clock_t tms::tms_cstime

System CPU time of waited-for children.

Definition at line 34 of file times.h.

◆ tms_cutime

clock_t tms::tms_cutime

User CPU time of waited-for children.

Definition at line 33 of file times.h.

◆ tms_stime

clock_t tms::tms_stime

System CPU time of the process.

Definition at line 32 of file times.h.

◆ tms_utime

clock_t tms::tms_utime

User CPU time of the process.

Definition at line 31 of file times.h.


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