/aosp12/bionic/libc/bionic/ |
H A D | pthread_attr.cpp | 50 attr->sched_priority = 0; in pthread_attr_init() 119 attr->sched_priority = param->sched_priority; in pthread_attr_setschedparam() 125 param->sched_priority = attr->sched_priority; in pthread_attr_getschedparam()
|
H A D | pthread_setschedparam.cpp | 54 sched_param param = { .sched_priority = priority }; in pthread_setschedprio()
|
H A D | pthread_create.cpp | 173 param.sched_priority = thread->attr.sched_priority; in __init_thread() 184 param.sched_priority, strerror(errno)); in __init_thread()
|
/aosp12/bionic/libc/kernel/uapi/linux/sched/ |
H A D | types.h | 23 int sched_priority; member 32 __u32 sched_priority; member
|
/aosp12/hardware/interfaces/tests/libhwbinder/1.0/default/ |
H A D | ScheduleTest.cpp | 22 return param.sched_priority; in threadPri() 38 cout << setw(12) << left << s << param.sched_priority << endl; in threadDump()
|
/aosp12/system/libhwbinder/vts/performance/ |
H A D | Latency.cpp | 85 return param.sched_priority; in threadGetPri() 102 cout << setw(12) << left << s << param.sched_priority << endl; in threadDumpPri() 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in threadTransaction()
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | performance_service.cpp | 310 param.sched_priority = config.priority; in OnSetSchedulerPolicy() 371 param.sched_priority = config.priority; in OnSetSchedulerClass() 436 param.sched_priority = 0; in SetVrAppRenderThread()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/default/ |
H A D | service.cpp | 35 param.sched_priority = 2; in main()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/default/ |
H A D | service.cpp | 35 param.sched_priority = 2; in main()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/default/ |
H A D | service.cpp | 35 param.sched_priority = 2; in main()
|
/aosp12/bionic/libc/include/bits/ |
H A D | pthread_types.h | 40 int32_t sched_priority; member
|
/aosp12/hardware/qcom/sm8150/display/composer/ |
H A D | service.cpp | 35 param.sched_priority = 2; in main()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/default/ |
H A D | service.cpp | 38 param.sched_priority = 2; in main()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | service.cpp | 50 param.sched_priority = 2; in main()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | sched_h.c | 41 STRUCT_MEMBER(struct sched_param, int, sched_priority); in sched_h()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | schd-dbg.cpp | 79 return param.sched_priority; in thread_pri() 95 cout << setw(12) << left << s << param.sched_priority << endl; in thread_dump() 313 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in thread_transaction()
|
/aosp12/system/bt/gd/os/linux_generic/ |
H A D | thread.cc | 40 struct sched_param rt_params = {.sched_priority = kRealTimeFifoSchedulingPriority}; in run()
|
/aosp12/system/bt/utils/src/ |
H A D | bt_utils.cc | 145 rt_params.sched_priority = A2DP_RT_PRIORITY; in raise_priority_a2dp()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/utils/ |
H A D | worker.cpp | 81 param.sched_priority = priority_; in InternalRoutine()
|
/aosp12/frameworks/native/libs/renderengine/threaded/ |
H A D | RenderEngineThreaded.cpp | 68 param.sched_priority = kFifoPriority; in setSchedFifo() 71 param.sched_priority = kOtherPriority; in setSchedFifo()
|
/aosp12/bionic/tests/ |
H A D | spawn_test.cpp | 164 ASSERT_EQ(0, sp.sched_priority); in TEST() 166 sched_param sp123 = { .sched_priority = 123 }; in TEST() 170 ASSERT_EQ(123, sp.sched_priority); in TEST()
|
/aosp12/system/bt/common/ |
H A D | message_loop_thread_unittest.cc | 58 *schedule_priority = param.sched_priority; in GetSchedulingPolicyAndPriority() 219 ASSERT_EQ(param.sched_priority, 1); in TEST_F()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | main_surfaceflinger.cpp | 113 param.sched_priority = newPriority; in main()
|
/aosp12/system/core/debuggerd/ |
H A D | debuggerd_benchmark.cpp | 38 .sched_priority = 1, in SetScheduler()
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | async_fd_watcher.cc | 125 rt_params.sched_priority = BT_RT_PRIORITY; in ThreadRoutine()
|