HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_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/
posix_opt.h 94 # define _POSIX_THREAD_ROBUST_PRIO_INHERIT 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 94 # define _POSIX_THREAD_ROBUST_PRIO_INHERIT 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 94 # define _POSIX_THREAD_ROBUST_PRIO_INHERIT 200809L
  /bionic/libc/include/machine/
posix_limits.h 100 #define _POSIX_THREAD_ROBUST_PRIO_INHERIT -1 /* not implemented */
  /bionic/libc/bionic/
sysconf.cpp 176 case _SC_THREAD_ROBUST_PRIO_INHERIT: return _POSIX_THREAD_ROBUST_PRIO_INHERIT;
  /bionic/tests/
unistd_test.cpp 632 EXPECT_EQ(-1, _POSIX_THREAD_ROBUST_PRIO_INHERIT);

Completed in 243 milliseconds