HomeSort by relevance Sort by last modified time
    Searched full:sched_priority (Results 1 - 25 of 52) sorted by null

1 2 3

  /system/core/toolbox/
renice.c 73 printf("RT prio: %d (of %d to %d)\n", sp.sched_priority,
122 struct sched_param sp = { .sched_priority = prio };
  /development/ndk/platforms/android-3/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon1113
  /bionic/libc/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /development/ndk/platforms/android-8/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon1237
  /development/ndk/platforms/android-9/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Thread.c 69 if (thread->schedparam.sched_priority != 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon15279
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon15633
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon15987
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon16412
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon16769
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
pthread.h 74 int32_t sched_priority; member in struct:__anon17199
  /external/bluetooth/glib/gthread/
gthread-posix.c 141 priority_normal_value = sched.sched_priority;
347 sched.sched_priority = g_thread_priority_map [priority];
406 sched.sched_priority = g_thread_priority_map [priority];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 37 #define sched_priority __sched_priority macro
  /development/ndk/platforms/android-5/include/
pthread.h 74 int32_t sched_priority; member in struct:__anon1229
  /system/core/libcutils/
sched_policy.c 266 param.sched_priority = 0;
  /bionic/libc/bionic/
pthread.c 90 .sched_priority = 0
223 param.sched_priority = thread->attr.sched_priority;
422 attr->sched_priority = param->sched_priority;
428 param->sched_priority = attr->sched_priority;
    [all...]

Completed in 574 milliseconds

1 2 3