![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
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. | |
| clock_t tms::tms_cstime |
| clock_t tms::tms_cutime |