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

/bionic/libc/include/bits/
H A Dposix_limits.h68 #define _POSIX_PRIORITY_SCHEDULING 200809L /* priority scheduling is a Linux feature */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp115 case _SC_PRIORITY_SCHEDULING: return _POSIX_PRIORITY_SCHEDULING;
/bionic/tests/
H A Dunistd_test.cpp576 EXPECT_EQ(_POSIX_VERSION, _POSIX_PRIORITY_SCHEDULING);

Completed in 6 milliseconds