/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
D | base_thread_test.cpp | 57 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); in TEST_F() 61 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); in TEST_F() 89 auto ret = SetPriority(childPid, LOWEST_PRIORITY); in TEST_F()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | base_thread_test.cpp | 53 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); 57 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); 82 auto ret = SetPriority(child_pid, LOWEST_PRIORITY);
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | thread.h | 23 int SetPriority(int thread_id, int prio);
|
D | thread.cpp | 59 int SetPriority(int thread_id, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | thread.h | 27 PANDA_PUBLIC_API int SetPriority(int threadId, int prio);
|
D | thread.cpp | 60 int SetPriority(int threadId, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | thread.h | 24 int SetPriority(DWORD thread_id, int prio);
|
D | thread.cpp | 37 int SetPriority(DWORD thread_id, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | thread.h | 24 int SetPriority(DWORD threadId, int prio);
|
D | thread.cpp | 37 int SetPriority(DWORD threadId, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
D | task_queue_interface.h | 102 void SetPriority(uint8_t priority) in SetPriority() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | pressure.h | 70 void SetPriority(int32 value) in SetPriority() function
|
D | deps.h | 439 void SetPriority(int32 value) const in SetPriority() function 441 regPressure->SetPriority(value); in SetPriority()
|
D | reg_alloc_lsra.h | 346 void SetPriority(float newPriority) in SetPriority() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
D | schedule.cpp | 388 node.SetPriority(maxPriority++); in UpdatePriority() 395 from.SetPriority(maxPriority); in UpdatePriority()
|
D | reg_alloc_lsra.cpp | 978 li->SetPriority(kLoopWeight * li->GetPriority()); in ComputeLoopLiveIntervalPriorityInInsn() 1044 li->SetPriority(static_cast<float>(li->GetRefCount()) / in ComputeLiveInterval() 1047 li->SetPriority(static_cast<float>(li->GetRefCount()) / in ComputeLiveInterval()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
D | task_test.cpp | 85 queue->SetPriority(NEW_QUEUE_PRIORITY); in TEST_F()
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | thread.cpp | 735 int res = os::thread::SetPriority(tid, prio); in SetThreadPriority()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
D | aarch64_color_ra.h | 314 void SetPriority(float priority) in SetPriority() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_color_ra.cpp | 459 lr.SetPriority(1 / (seed + 1)); in CalculatePriority() 526 lr.SetPriority(pri); in CalculatePriority() 533 lr.SetPriority(0.0); in CalculatePriority()
|