HomeSort by relevance Sort by last modified time
    Searched refs:_SC_THREAD_PRIORITY_SCHEDULING (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/sysconf/
sysconf01.c 147 test_sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
  /bionic/libc/bionic/
sysconf.cpp 154 case _SC_THREAD_PRIORITY_SCHEDULING: return _POSIX_THREAD_PRIORITY_SCHEDULING;
  /bionic/libc/include/bits/
sysconf.h 120 #define _SC_THREAD_PRIORITY_SCHEDULING 0x0052
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 243 _SC_THREAD_PRIORITY_SCHEDULING,
244 #define _SC_THREAD_PRIORITY_SCHEDULING _SC_THREAD_PRIORITY_SCHEDULING
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 243 _SC_THREAD_PRIORITY_SCHEDULING,
244 #define _SC_THREAD_PRIORITY_SCHEDULING _SC_THREAD_PRIORITY_SCHEDULING
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 138 _SC_THREAD_PRIORITY_SCHEDULING = 56
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 206 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 220 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING);
  /bionic/tests/headers/posix/
unistd_h.c 238 MACRO(_SC_THREAD_PRIORITY_SCHEDULING);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-2.c 415 do_sched_tests = (sysconf(_SC_THREAD_PRIORITY_SCHEDULING) > 0 ? 1 : 0);
  /libcore/luni/src/main/java/android/system/
OsConstants.java     [all...]
  /bionic/tests/
unistd_test.cpp 922 VERIFY_SYSCONF_POSIX_VERSION(_SC_THREAD_PRIORITY_SCHEDULING);
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 289 _SC_THREAD_PRIORITY_SCHEDULING = 579
STROPTS.py 286 _SC_THREAD_PRIORITY_SCHEDULING = 579
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 677 initConstant(env, c, "_SC_THREAD_PRIORITY_SCHEDULING", _SC_THREAD_PRIORITY_SCHEDULING);
    [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 

Completed in 288 milliseconds

1 2