HomeSort by relevance Sort by last modified time
    Searched refs:_SC_THREAD_ROBUST_PRIO_INHERIT (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
confname.h 528 _SC_THREAD_ROBUST_PRIO_INHERIT,
529 #define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
  /bionic/libc/bionic/
sysconf.cpp 167 case _SC_THREAD_ROBUST_PRIO_INHERIT: return _POSIX_THREAD_ROBUST_PRIO_INHERIT;
  /bionic/libc/include/sys/
sysconf.h 155 #define _SC_THREAD_ROBUST_PRIO_INHERIT 0x007c
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 528 _SC_THREAD_ROBUST_PRIO_INHERIT,
529 #define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 528 _SC_THREAD_ROBUST_PRIO_INHERIT,
529 #define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
  /bionic/tests/
unistd_test.cpp 808 VERIFY_SYSCONF_NOT_SUPPORT(_SC_THREAD_ROBUST_PRIO_INHERIT);

Completed in 2775 milliseconds