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

/bionic/libc/include/bits/
H A Dposix_limits.h100 #define _POSIX_THREAD_ROBUST_PRIO_INHERIT -1 /* not implemented */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp167 case _SC_THREAD_ROBUST_PRIO_INHERIT: return _POSIX_THREAD_ROBUST_PRIO_INHERIT;
/bionic/tests/
H A Dunistd_test.cpp645 EXPECT_EQ(-1, _POSIX_THREAD_ROBUST_PRIO_INHERIT);

Completed in 6 milliseconds