Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h120 #define _SC_THREAD_PRIORITY_SCHEDULING 0x0052 macro
/bionic/libc/bionic/
Dsysconf.cpp147 case _SC_THREAD_PRIORITY_SCHEDULING: return _POSIX_THREAD_PRIORITY_SCHEDULING; in sysconf()
/bionic/tests/
Dunistd_test.cpp886 VERIFY_SYSCONF_POSIX_VERSION(_SC_THREAD_PRIORITY_SCHEDULING); in TEST()