Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 10 of 10) sorted by relevance

/system/media/audio_utils/
Dthreads.cpp36 constexpr int new_policy = SCHED_FIFO; in set_thread_priority()
80 } else if (policy == SCHED_FIFO || policy == SCHED_RR) { in get_thread_priority()
/system/libhwbinder/vts/performance/
DLatency.cpp101 : (policy == SCHED_FIFO) ? "SCHED_FIFO" : (policy == SCHED_RR) ? "SCHED_RR" : "???"; in threadDumpPri()
140 REQUIRE(!pthread_attr_setschedpolicy(&attr, SCHED_FIFO)); in threadTransaction()
141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in threadTransaction()
/system/sepolicy/private/
Dhal_graphics_composer.te28 # allow self to set SCHED_FIFO
Dcameraserver.te57 # allow self to set SCHED_FIFO
Dlmkd.te56 # Set self to SCHED_FIFO
Dsurfaceflinger.te108 # allow self to set SCHED_FIFO
/system/libhidl/transport/
DHidlTransportSupport.cpp76 case SCHED_FIFO: { in setMinSchedulerPolicy()
/system/core/debuggerd/
Ddebuggerd_benchmark.cpp41 if (sched_setscheduler(getpid(), SCHED_FIFO, &param) != 0) { in SetScheduler()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc37 #define SCHED_FIFO 1 macro
/system/memory/lmkd/
Dlmkd.cpp4289 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in main()