HomeSort by relevance Sort by last modified time
    Searched refs:sched_priority (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /system/core/toolbox/
renice.c 74 printf("RT prio: %d (of %d to %d)\n", sp.sched_priority,
140 struct sched_param sp = { .sched_priority = prio };
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 212 param.sched_priority = minPrio + 1;
215 param.sched_priority = (minPrio + maxPrio) / 2;
218 param.sched_priority = maxPrio - 3;
221 param.sched_priority = maxPrio - 2;
224 param.sched_priority = maxPrio - 1;
  /bionic/libc/bionic/
pthread_create.cpp 103 param.sched_priority = thread->attr.sched_priority;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c 71 if (thread->schedparam.sched_priority != 0)
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 155 sched.sched_priority = uPriority; /* relative to the default priority */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 37 #define sched_priority __sched_priority macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 37 #define sched_priority __sched_priority macro

Completed in 831 milliseconds

12 3 4 5 6 7