Searched refs:rtprio (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | util.c | 371 static int set_scheduler(int rtprio) { in set_scheduler() argument 387 sp.sched_priority = rtprio; in set_scheduler() 431 r = rtkit_make_realtime(bus, 0, rtprio); in set_scheduler() 458 int pa_thread_make_realtime(int rtprio) { in pa_thread_make_realtime() argument 495 if (set_scheduler(rtprio) >= 0) { in pa_thread_make_realtime() 496 … pa_log_info("Successfully enabled SCHED_RR scheduling for thread, with priority %i.", rtprio); in pa_thread_make_realtime() 500 for (p = rtprio-1; p >= 1; p--) in pa_thread_make_realtime() 502 …HED_RR scheduling for thread, with priority %i, which is lower than the requested %i.", p, rtprio); in pa_thread_make_realtime()
|
D | util.h | 61 int pa_thread_make_realtime(int rtprio);
|
/third_party/pulseaudio/src/daemon/ |
D | ohos_daemon-conf.c | 478 int32_t rtprio; in parse_rtprio() local 489 …if (pa_atoi(state->rvalue, &rtprio) < 0 || rtprio < sched_get_priority_min(SCHED_FIFO) || rtprio >… in parse_rtprio() 494 c->realtime_priority = (int) rtprio; in parse_rtprio()
|
D | daemon-conf.c | 478 int32_t rtprio; in parse_rtprio() local 489 …if (pa_atoi(state->rvalue, &rtprio) < 0 || rtprio < sched_get_priority_min(SCHED_FIFO) || rtprio >… in parse_rtprio() 494 c->realtime_priority = (int) rtprio; in parse_rtprio()
|
D | daemon.conf.in | 82 ; rlimit-rtprio = 9
|
/third_party/pulseaudio/conf/ |
D | daemon.conf | 77 ; rlimit-rtprio = 9
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | run_cpuctl_test_fj.sh | 132 ps -eo pid,rtprio > /tmp/pids_file1 &
|