Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/bits/
H A Dsysconf.h141 #define _SC_CPUTIME 0x006e macro
/aosp12/bionic/libc/bionic/
H A Dsysconf.cpp184 case _SC_CPUTIME: return _POSIX_CPUTIME; in sysconf()
/aosp12/bionic/tests/headers/posix/
H A Dunistd_h.c185 MACRO(_SC_CPUTIME); in unistd_h()
/aosp12/bionic/tests/
H A Dunistd_test.cpp951 VERIFY_SYSCONF_POSIX_VERSION(_SC_CPUTIME); in TEST()