Searched refs:TIME_ACTIVE (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | time.h | 445 #define TIME_ACTIVE (CLOCK_PROCESS_CPUTIME_ID+1) macro |
/bionic/tests/ | ||
D | time_test.cpp | 1298 ASSERT_EQ(TIME_ACTIVE, timespec_get(&ts, TIME_ACTIVE)); in TEST() |