17#ifndef ZEPHYR_INCLUDE_POSIX_SYS_TIMES_H_
18#define ZEPHYR_INCLUDE_POSIX_SYS_TIMES_H_
26#if defined(_POSIX_C_SOURCE) || defined(__DOXYGEN__)
28#if !defined(_TMS_DECLARED) && !defined(__tms_defined)
clock_t times(struct tms *buf)
Get the process and child process times.
CPU time accounting structure filled in by times().
clock_t tms_utime
User CPU time of the process.
clock_t tms_stime
System CPU time of the process.
clock_t tms_cstime
System CPU time of waited-for children.
clock_t tms_cutime
User CPU time of waited-for children.
POSIX time-of-day types and functions (<sys/time.h>)
unsigned long clock_t
Used for system times in clock ticks or CLOCKS_PER_SEC.