Searched refs:SCHED_FIFO (Results 1 – 25 of 27) sorted by relevance
12
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_graphics_composer.te | 25 # allow self to set SCHED_FIFO
|
D | lmkd.te | 33 # Set self to SCHED_FIFO
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_graphics_composer.te | 25 # allow self to set SCHED_FIFO
|
D | lmkd.te | 33 # Set self to SCHED_FIFO
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_graphics_composer.te | 25 # allow self to set SCHED_FIFO
|
D | lmkd.te | 30 # Set self to SCHED_FIFO
|
/system/bt/gd/os/linux_generic/ |
D | thread.cc | 44 RUN_NO_INTR(rc = sched_setscheduler(linux_tid, SCHED_FIFO, &rt_params)); in run()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_graphics_composer.te | 30 # allow self to set SCHED_FIFO
|
D | lmkd.te | 34 # Set self to SCHED_FIFO
|
/system/sepolicy/public/ |
D | hal_graphics_composer.te | 30 # allow self to set SCHED_FIFO
|
D | lmkd.te | 34 # Set self to SCHED_FIFO
|
/system/bt/utils/src/ |
D | bt_utils.cc | 148 const int rc = sched_setscheduler(tid, SCHED_FIFO, &rt_params); in raise_priority_a2dp()
|
/system/libhwbinder/vts/performance/ |
D | Latency.cpp | 101 : (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/ |
D | HidlTransportSupport.cpp | 73 case SCHED_FIFO: { in setMinSchedulerPolicy()
|
/system/core/debuggerd/ |
D | debuggerd_benchmark.cpp | 41 if (sched_setscheduler(getpid(), SCHED_FIFO, ¶m) != 0) { in SetScheduler()
|
/system/bt/vendor_libs/linux/interface/ |
D | async_fd_watcher.cc | 121 if (sched_setscheduler(gettid(), SCHED_FIFO, &rt_params)) { in ThreadRoutine()
|
/system/bt/common/ |
D | message_loop_thread_unittest.cc | 204 ASSERT_EQ(scheduling_policy, SCHED_FIFO); in TEST_F() 215 ASSERT_EQ(sched_getscheduler(linux_tid), SCHED_FIFO); in TEST_F()
|
D | message_loop_thread.cc | 156 int rc = sched_setscheduler(linux_tid_, SCHED_FIFO, &rt_params); in EnableRealTimeScheduling()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | surfaceflinger.te | 83 # allow self to set SCHED_FIFO
|
/system/bt/osi/src/ |
D | thread.cc | 168 const int rc = sched_setscheduler(thread->tid, SCHED_FIFO, &rt_params); in thread_set_rt_priority()
|
D | alarm.cc | 678 pthread_attr_setschedpolicy(&thread_attr, SCHED_FIFO); in timer_create_internal()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | surfaceflinger.te | 84 # allow self to set SCHED_FIFO
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | surfaceflinger.te | 94 # allow self to set SCHED_FIFO
|
/system/sepolicy/private/ |
D | surfaceflinger.te | 94 # allow self to set SCHED_FIFO
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | surfaceflinger.te | 93 # allow self to set SCHED_FIFO
|
12