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

  /bionic/libc/bionic/
sysconf.cpp 123 case _SC_MQ_PRIO_MAX: return _POSIX_MQ_PRIO_MAX; // Minimum requirement.
  /bionic/libc/include/bits/
sysconf.h 88 #define _SC_MQ_PRIO_MAX 0x0033
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 131 _SC_MQ_PRIO_MAX,
132 #define _SC_MQ_PRIO_MAX _SC_MQ_PRIO_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 131 _SC_MQ_PRIO_MAX,
132 #define _SC_MQ_PRIO_MAX _SC_MQ_PRIO_MAX
  /bionic/tests/headers/posix/
unistd_h.c 204 MACRO(_SC_MQ_PRIO_MAX);
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_perf_tests.c 418 * 3) Test limits of priorities honored (double check _SC_MQ_PRIO_MAX)
434 mq_prio_max = sysconf(_SC_MQ_PRIO_MAX);
436 shutdown(2, "sysconf(_SC_MQ_PRIO_MAX)", __LINE__);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 583 public static final int _SC_MQ_PRIO_MAX = placeholder();
    [all...]
  /bionic/tests/
unistd_test.cpp 895 VERIFY_SYSCONF_POSITIVE(_SC_MQ_PRIO_MAX);
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 221 _SC_MQ_PRIO_MAX = 30
STROPTS.py 218 _SC_MQ_PRIO_MAX = 30
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 648 initConstant(env, c, "_SC_MQ_PRIO_MAX", _SC_MQ_PRIO_MAX);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 73 milliseconds