Home
last modified time | relevance | path

Searched refs:tms_cstime (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/posix/sys/
H A Dtimes.h16 clock_t tms_cstime; /* system CPU time of terminated child processes */ member
/haiku/src/system/libroot/posix/sys/
H A Dtimes.cpp42 buffer->tms_cstime = info.kernel_time / microSecondsPerClock; in times_common()