Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h68 #define _POSIX_PRIORITY_SCHEDULING 200809L /* priority scheduling is a Linux feature */ macro
/bionic/libc/bionic/
Dsysconf.cpp122 case _SC_PRIORITY_SCHEDULING: return _POSIX_PRIORITY_SCHEDULING; in sysconf()
/bionic/tests/
Dunistd_test.cpp563 EXPECT_EQ(_POSIX_VERSION, _POSIX_PRIORITY_SCHEDULING); in TEST()