Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h77 #define _POSIX_THREAD_CPUTIME _POSIX_VERSION /* CLOCK_THREAD_CPUTIME_ID. */ macro
/bionic/libc/bionic/
Dsysconf.cpp182 case _SC_THREAD_CPUTIME: return _POSIX_THREAD_CPUTIME; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c70 MACRO(_POSIX_THREAD_CPUTIME); in unistd_h()
/bionic/tests/
Dunistd_test.cpp826 EXPECT_EQ(_POSIX_VERSION, _POSIX_THREAD_CPUTIME); in TEST()