Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h140 #define _SC_CPUTIME 0x006e macro
/bionic/libc/bionic/
Dsysconf.cpp162 case _SC_CPUTIME: return _POSIX_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp830 VERIFY_SYSCONF_POSIX_VERSION(_SC_CPUTIME); in TEST()