Home
last modified time | relevance | path

Searched refs:sched_priority (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp50 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 Dpthread_setschedparam.cpp54 sched_param param = { .sched_priority = priority }; in pthread_setschedprio()
H A Dpthread_create.cpp173 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 Dtypes.h23 int sched_priority; member
32 __u32 sched_priority; member
/aosp12/hardware/interfaces/tests/libhwbinder/1.0/default/
H A DScheduleTest.cpp22 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 DLatency.cpp85 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 Dperformance_service.cpp310 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 Dservice.cpp35 param.sched_priority = 2; in main()
/aosp12/hardware/interfaces/graphics/composer/2.3/default/
H A Dservice.cpp35 param.sched_priority = 2; in main()
/aosp12/hardware/interfaces/graphics/composer/2.4/default/
H A Dservice.cpp35 param.sched_priority = 2; in main()
/aosp12/bionic/libc/include/bits/
H A Dpthread_types.h40 int32_t sched_priority; member
/aosp12/hardware/qcom/sm8150/display/composer/
H A Dservice.cpp35 param.sched_priority = 2; in main()
/aosp12/hardware/interfaces/graphics/composer/2.1/default/
H A Dservice.cpp38 param.sched_priority = 2; in main()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dservice.cpp50 param.sched_priority = 2; in main()
/aosp12/bionic/tests/headers/posix/
H A Dsched_h.c41 STRUCT_MEMBER(struct sched_param, int, sched_priority); in sched_h()
/aosp12/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp79 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 Dthread.cc40 struct sched_param rt_params = {.sched_priority = kRealTimeFifoSchedulingPriority}; in run()
/aosp12/system/bt/utils/src/
H A Dbt_utils.cc145 rt_params.sched_priority = A2DP_RT_PRIORITY; in raise_priority_a2dp()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/utils/
H A Dworker.cpp81 param.sched_priority = priority_; in InternalRoutine()
/aosp12/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.cpp68 param.sched_priority = kFifoPriority; in setSchedFifo()
71 param.sched_priority = kOtherPriority; in setSchedFifo()
/aosp12/bionic/tests/
H A Dspawn_test.cpp164 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 Dmessage_loop_thread_unittest.cc58 *schedule_priority = param.sched_priority; in GetSchedulingPolicyAndPriority()
219 ASSERT_EQ(param.sched_priority, 1); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp113 param.sched_priority = newPriority; in main()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_benchmark.cpp38 .sched_priority = 1, in SetScheduler()
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.cc125 rt_params.sched_priority = BT_RT_PRIORITY; in ThreadRoutine()

123