Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dsys_times_h.c34 TYPE(struct tms); in sys_times_h()
35 STRUCT_MEMBER(struct tms, clock_t, tms_utime); in sys_times_h()
36 STRUCT_MEMBER(struct tms, clock_t, tms_stime); in sys_times_h()
37 STRUCT_MEMBER(struct tms, clock_t, tms_cutime); in sys_times_h()
38 STRUCT_MEMBER(struct tms, clock_t, tms_cstime); in sys_times_h()
42 FUNCTION(times, clock_t (*f)(struct tms*)); in sys_times_h()
/bionic/libc/include/sys/
Dtimes.h49 clock_t times(struct tms* __buf);
/bionic/libc/kernel/uapi/linux/
Dtimes.h22 struct tms { struct
/bionic/libc/
DSYSCALLS.TXT218 clock_t times(struct tms*) all