Home
last modified time | relevance | path

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

12

/system/sepolicy/prebuilts/api/28.0/public/
Dhal_graphics_composer.te25 # allow self to set SCHED_FIFO
Dlmkd.te33 # Set self to SCHED_FIFO
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_graphics_composer.te25 # allow self to set SCHED_FIFO
Dlmkd.te33 # Set self to SCHED_FIFO
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_graphics_composer.te25 # allow self to set SCHED_FIFO
Dlmkd.te30 # Set self to SCHED_FIFO
/system/bt/gd/os/linux_generic/
Dthread.cc44 RUN_NO_INTR(rc = sched_setscheduler(linux_tid, SCHED_FIFO, &rt_params)); in run()
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_graphics_composer.te30 # allow self to set SCHED_FIFO
Dlmkd.te34 # Set self to SCHED_FIFO
/system/sepolicy/public/
Dhal_graphics_composer.te30 # allow self to set SCHED_FIFO
Dlmkd.te34 # Set self to SCHED_FIFO
/system/bt/utils/src/
Dbt_utils.cc148 const int rc = sched_setscheduler(tid, SCHED_FIFO, &rt_params); in raise_priority_a2dp()
/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/libhidl/transport/
DHidlTransportSupport.cpp73 case SCHED_FIFO: { in setMinSchedulerPolicy()
/system/core/debuggerd/
Ddebuggerd_benchmark.cpp41 if (sched_setscheduler(getpid(), SCHED_FIFO, &param) != 0) { in SetScheduler()
/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc121 if (sched_setscheduler(gettid(), SCHED_FIFO, &rt_params)) { in ThreadRoutine()
/system/bt/common/
Dmessage_loop_thread_unittest.cc204 ASSERT_EQ(scheduling_policy, SCHED_FIFO); in TEST_F()
215 ASSERT_EQ(sched_getscheduler(linux_tid), SCHED_FIFO); in TEST_F()
Dmessage_loop_thread.cc156 int rc = sched_setscheduler(linux_tid_, SCHED_FIFO, &rt_params); in EnableRealTimeScheduling()
/system/sepolicy/prebuilts/api/27.0/private/
Dsurfaceflinger.te83 # allow self to set SCHED_FIFO
/system/bt/osi/src/
Dthread.cc168 const int rc = sched_setscheduler(thread->tid, SCHED_FIFO, &rt_params); in thread_set_rt_priority()
Dalarm.cc678 pthread_attr_setschedpolicy(&thread_attr, SCHED_FIFO); in timer_create_internal()
/system/sepolicy/prebuilts/api/26.0/private/
Dsurfaceflinger.te84 # allow self to set SCHED_FIFO
/system/sepolicy/prebuilts/api/29.0/private/
Dsurfaceflinger.te94 # allow self to set SCHED_FIFO
/system/sepolicy/private/
Dsurfaceflinger.te94 # allow self to set SCHED_FIFO
/system/sepolicy/prebuilts/api/28.0/private/
Dsurfaceflinger.te93 # allow self to set SCHED_FIFO

12