Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance

/bionic/tests/headers/posix/
Dsys_times_h.c35 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()
40 TYPE(clock_t); in sys_times_h()
42 FUNCTION(times, clock_t (*f)(struct tms*)); in sys_times_h()
Dtime_h.c36 TYPE(clock_t); in time_h()
78 FUNCTION(clock, clock_t (*f)(void)); in time_h()
Dsys_types_h.c36 TYPE(clock_t); in sys_types_h()
/bionic/libc/include/sys/
Dtimes.h49 clock_t times(struct tms* __buf);
Dtypes.h54 typedef __kernel_clock_t clock_t; typedef
/bionic/libc/bionic/
Dclock.cpp36 clock_t clock() { in clock()
/bionic/libc/include/
Dtime.h92 clock_t clock(void);
/bionic/tests/
Dtime_test.cpp756 clock_t t0 = clock(); in TEST()
758 clock_t t1 = clock(); in TEST()
/bionic/libc/
DSYSCALLS.TXT217 clock_t times(struct tms*) all