Home
last modified time | relevance | path

Searched refs:sched_priority (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc212 param.sched_priority = minPrio + 1; in Start()
215 param.sched_priority = (minPrio + maxPrio) / 2; in Start()
218 param.sched_priority = maxPrio - 3; in Start()
221 param.sched_priority = maxPrio - 2; in Start()
224 param.sched_priority = maxPrio - 1; in Start()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_getschedparam.c72 param->sched_priority = ((ptw32_thread_t *)thread.p)->sched_priority; in pthread_getschedparam()
Dcreate.c121 priority = tp->sched_priority; in pthread_create()
147 priority = a->param.sched_priority; in pthread_create()
176 priority = ((ptw32_thread_t *) self.p)->sched_priority; in pthread_create()
Dpthread_setschedparam.c66 return (ptw32_setthreadpriority (thread, policy, param->sched_priority)); in pthread_setschedparam()
117 tp->sched_priority = priority; in ptw32_setthreadpriority()
Dpthread_attr_setschedparam.c52 priority = param->sched_priority; in pthread_attr_setschedparam()
Dpthread_attr_init.c108 attr_result->param.sched_priority = THREAD_PRIORITY_NORMAL; in pthread_attr_init()
Dpthread_self.c134 sp->sched_priority = GetThreadPriority (sp->threadH); in pthread_self()
Dptw32_new.c74 tp->sched_priority = THREAD_PRIORITY_NORMAL; in ptw32_new()
Dsched.h143 int sched_priority; member
Dimplement.h181 int sched_priority; /* As set, not as currently is */ member
/external/chromium_org/third_party/sqlite/src/tool/
Dspeedtest8.c150 printf ("Current process priority is %d.\n", (int)myParam.sched_priority); in main()
151 myParam.sched_priority = atoi(argv[2]); in main()
152 printf ("Setting process priority to %d.\n", (int)myParam.sched_priority); in main()
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc179 BPF_ASSERT_EQ(zero_param.sched_priority, tid_param.sched_priority); in SchedGetParamThread()
/external/bison/darwin-lib/
Dsched.h44 int sched_priority; member
/external/bison/lib/
Dsched.in.h43 int sched_priority; member
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c446 param.sched_priority = GKI_LINUX_BASE_PRIORITY - task_id - 2; in GKI_create_task()
448 param.sched_priority = 0; in GKI_create_task()
682 param.sched_priority = GKI_LINUX_TIMER_TICK_PRIORITY; in gki_set_timer_scheduling()
/external/chromium_org/third_party/webrtc/base/
Dthread.cc269 param.sched_priority = 6; // 6 = HIGH in Start()
272 param.sched_priority = 4; // 4 = ABOVE_NORMAL in Start()
/external/fio/os/
Dos-linux.h267 struct sched_param p = { .sched_priority = 0, }; in fio_set_sched_idle()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dthread_posix.cc227 param.sched_priority = ConvertToSystemPriority(prio_, min_prio, max_prio); in Start()
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
DSDL_nto_audio.c113 param.sched_priority=param.sched_curpriority+15; in NTO_ThreadInit()
/external/strace/
Dprocess.c2438 tprintf(", { %d }", p.sched_priority); in sys_sched_setscheduler()
2453 tprintf("{ %d }", p.sched_priority); in sys_sched_getparam()
2466 tprintf("%d, { %d }", (int) tcp->u_arg[0], p.sched_priority); in sys_sched_setparam()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c289 param.sched_priority = 30 - task_id - 2; in GKI_create_task()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c286 param.sched_priority = 30 - task_id - 2; in GKI_create_task()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-record.c535 param.sched_priority = rec->realtime_prio; in __cmd_record()
Dbuiltin-top.c997 param.sched_priority = top->realtime_prio; in __cmd_top()
/external/stressapptest/src/
Dworker.cc325 param.sched_priority = 1; in InitPriority()
328 param.sched_priority); in InitPriority()

12