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

  /bionic/libc/bionic/
sysconf.cpp 187 case _SC_THREAD_SPORADIC_SERVER: return _POSIX_THREAD_SPORADIC_SERVER;
  /bionic/libc/include/bits/
sysconf.h 156 #define _SC_THREAD_SPORADIC_SERVER 0x007e
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 416 _SC_THREAD_SPORADIC_SERVER,
417 #define _SC_THREAD_SPORADIC_SERVER _SC_THREAD_SPORADIC_SERVER
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 416 _SC_THREAD_SPORADIC_SERVER,
417 #define _SC_THREAD_SPORADIC_SERVER _SC_THREAD_SPORADIC_SERVER
  /bionic/tests/headers/posix/
unistd_h.c 243 MACRO(_SC_THREAD_SPORADIC_SERVER);
  /bionic/tests/
unistd_test.cpp 949 VERIFY_SYSCONF_UNSUPPORTED(_SC_THREAD_SPORADIC_SERVER);
    [all...]

Completed in 426 milliseconds