Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h266 #define _SC_THREAD_ROBUST_PRIO_PROTECT 0x007d macro
/bionic/libc/bionic/
Dsysconf.cpp308 case _SC_THREAD_ROBUST_PRIO_PROTECT: return _POSIX_THREAD_ROBUST_PRIO_PROTECT; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c259 MACRO(_SC_THREAD_ROBUST_PRIO_PROTECT); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1120 VERIFY_SYSCONF_UNSUPPORTED(_SC_THREAD_ROBUST_PRIO_PROTECT); in TEST()