/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | base_thread_test.cpp | 53 auto ret1 = SetPriority(GetCurrentThreadId(), LOWER_PRIOIRITY); in HWTEST_F() 57 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY); in HWTEST_F() 82 auto ret = SetPriority(child_pid, LOWEST_PRIORITY); in HWTEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A 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/platforms/unix/libpandabase/ |
H A D | thread.h | 23 int SetPriority(int thread_id, int prio);
|
H A D | thread.cpp | 59 int SetPriority(int thread_id, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | thread.h | 24 int SetPriority(DWORD thread_id, int prio);
|
H A D | thread.cpp | 37 int SetPriority(DWORD thread_id, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | thread.h | 27 PANDA_PUBLIC_API int SetPriority(int threadId, int prio);
|
H A D | thread.cpp | 104 int SetPriority(int threadId, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | thread.h | 24 int SetPriority(DWORD threadId, int prio);
|
H A D | thread.cpp | 73 int SetPriority(DWORD threadId, int prio) in SetPriority() function
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
H A D | task_queue_interface.h | 104 void SetPriority(uint8_t priority) in SetPriority() function in ark::taskmanager::TaskQueueInterface
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
H A D | task_test.cpp | 99 queue->SetPriority(NEW_QUEUE_PRIORITY); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_task.h | 73 os::thread::SetPriority(os::thread::GetCurrentThreadId(), priorityVal); in Initialize()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | reg_alloc_lsra.h | 213 void SetPriority(float newPriority) in SetPriority() function in maplebe::LSRALinearScanRegAllocator::LiveInterval
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | reg_alloc_lsra.cpp | 769 li->SetPriority(kLoopWeight * li->GetPriority()); in ComputeLoopLiveIntervalPriorityInInsn() 856 li->SetPriority(static_cast<float>(li->GetRefCount()) / in ComputeLiveInterval() 859 li->SetPriority(static_cast<float>(li->GetRefCount()) / in ComputeLiveInterval()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread.cpp | 751 int res = os::thread::SetPriority(tid, prio); in SetThreadPriority()
|