Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/headers/posix/ |
D | sys_times_h.c | 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() 40 TYPE(clock_t); in sys_times_h() 42 FUNCTION(times, clock_t (*f)(struct tms*)); in sys_times_h()
|
D | time_h.c | 36 TYPE(clock_t); in time_h() 78 FUNCTION(clock, clock_t (*f)(void)); in time_h()
|
D | sys_types_h.c | 36 TYPE(clock_t); in sys_types_h()
|
/bionic/libc/include/sys/ |
D | times.h | 49 clock_t times(struct tms* __buf);
|
D | types.h | 54 typedef __kernel_clock_t clock_t; typedef
|
/bionic/libc/bionic/ |
D | clock.cpp | 36 clock_t clock() { in clock()
|
/bionic/libc/include/ |
D | time.h | 92 clock_t clock(void);
|
/bionic/tests/ |
D | time_test.cpp | 756 clock_t t0 = clock(); in TEST() 758 clock_t t1 = clock(); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 217 clock_t times(struct tms*) all
|