2 * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
13 clock_t tms_utime
; /* user CPU time */
14 clock_t tms_stime
; /* system CPU time */
15 clock_t tms_cutime
; /* user CPU time of terminated child processes */
16 clock_t tms_cstime
; /* system CPU time of terminated child processes */
24 clock_t times(struct tms
*tms
);
26 #endif /* _SYS_TIMES_H */