Searched refs:_POSIX_THREAD_ROBUST_PRIO_INHERIT (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/bits/
H A Dposix_limits.h82 #define _POSIX_THREAD_ROBUST_PRIO_INHERIT __BIONIC_POSIX_FEATURE_MISSING macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h82 #define _POSIX_THREAD_ROBUST_PRIO_INHERIT __BIONIC_POSIX_FEATURE_MISSING macro
/bionic/libc/bionic/
H A Dsysconf.cpp185 case _SC_THREAD_ROBUST_PRIO_INHERIT: return _POSIX_THREAD_ROBUST_PRIO_INHERIT;
/bionic/tests/headers/posix/
H A Dunistd_h.c75 MACRO(_POSIX_THREAD_ROBUST_PRIO_INHERIT);
/bionic/tests/
H A Dunistd_test.cpp824 EXPECT_EQ(-1, _POSIX_THREAD_ROBUST_PRIO_INHERIT);

Completed in 26 milliseconds