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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix1_lim.h 110 #define _POSIX_SEM_NSEMS_MAX 256
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix1_lim.h 110 #define _POSIX_SEM_NSEMS_MAX 256
  /bionic/libc/include/bits/
posix_limits.h 149 #define _POSIX_SEM_NSEMS_MAX 256
  /bionic/libc/bionic/
sysconf.cpp 125 case _SC_SEM_NSEMS_MAX: return _POSIX_SEM_NSEMS_MAX; // Minimum requirement.
  /bionic/tests/headers/posix/
limits_h.c 145 MACRO_VALUE(_POSIX_SEM_NSEMS_MAX, 256);
  /external/python/cpython2/Lib/plat-linux2/
IN.py 264 _POSIX_SEM_NSEMS_MAX = 256
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 264 _POSIX_SEM_NSEMS_MAX = 256
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 264 _POSIX_SEM_NSEMS_MAX = 256
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 439 #undef _POSIX_SEM_NSEMS_MAX
440 #define _POSIX_SEM_NSEMS_MAX 256
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 91 _POSIX_SEM_NSEMS_MAX = 256
  /bionic/tests/
unistd_test.cpp 714 EXPECT_EQ(256, _POSIX_SEM_NSEMS_MAX);
    [all...]

Completed in 83 milliseconds