Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h62 #define _POSIX_PRIORITY_SCHEDULING _POSIX_VERSION /* sched_*. */ macro
/bionic/libc/bionic/
Dsysconf.cpp152 case _SC_PRIORITY_SCHEDULING: return _POSIX_PRIORITY_SCHEDULING; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c55 MACRO(_POSIX_PRIORITY_SCHEDULING); in unistd_h()
/bionic/tests/
Dunistd_test.cpp859 EXPECT_EQ(_POSIX_VERSION, _POSIX_PRIORITY_SCHEDULING); in TEST()