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

1 2 3 4 5 6 7

  /bionic/libc/include/bits/
pthread_types.h 42 int32_t sched_priority; member in struct:__anon167
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sched_getparam.cc 11 if (param.sched_priority == 42) printf(".\n");
  /external/bison/darwin-lib/
sched.h 44 int sched_priority; member in struct:sched_param
  /external/bison/lib/
sched.in.h 43 int sched_priority; member in struct:sched_param
  /development/ndk/platforms/android-3/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /external/strace/tests/
sched_xetattr.c 48 uint32_t sched_priority; member in struct:__anon22886::__anon22887
59 printf("sched_getattr\\(0, \\{size=%u, sched_policy=SCHED_[A-Z]+, sched_flags=%s, sched_nice=%u, sched_priority=%u, sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 ", sched_period=%" PRIu64 "\\}, 256, 0\\) += 0\n",
63 sched.attr.sched_priority,
72 printf("sched_setattr\\(0, \\{size=%u, sched_policy=SCHED_[A-Z]+, sched_flags=%s, sched_nice=%u, sched_priority=%u, sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 ", sched_period=%" PRIu64 "\\}, 0\\) += 0\n",
76 sched.attr.sched_priority,
  /external/libchrome/base/threading/
platform_thread_linux.cc 69 maybe_realtime_prio.sched_priority == kRealTimePrio.sched_priority) {
  /bionic/libc/bionic/
pthread_attr.cpp 47 attr->sched_priority = 0;
83 attr->sched_priority = param->sched_priority;
88 param->sched_priority = attr->sched_priority;
  /external/webrtc/webrtc/base/
platform_thread.cc 229 param.sched_priority = low_prio;
234 param.sched_priority = (low_prio + top_prio - 1) / 2;
237 param.sched_priority = std::max(top_prio - 2, low_prio);
240 param.sched_priority = std::max(top_prio - 1, low_prio);
243 param.sched_priority = top_prio;
  /development/ndk/platforms/android-8/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /development/ndk/platforms/android-9/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 67 param.sched_priority = 2;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
sched.h 42 int sched_priority; member in struct:sched_param

Completed in 825 milliseconds

1 2 3 4 5 6 7