Home
last modified time | relevance | path

Searched refs:SetPriority (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dbase_thread_test.cpp53 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 Dbase_thread_test.cpp57 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 Dthread.h23 int SetPriority(int thread_id, int prio);
H A Dthread.cpp59 int SetPriority(int thread_id, int prio) in SetPriority() function
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dthread.h24 int SetPriority(DWORD thread_id, int prio);
H A Dthread.cpp37 int SetPriority(DWORD thread_id, int prio) in SetPriority() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.h27 PANDA_PUBLIC_API int SetPriority(int threadId, int prio);
H A Dthread.cpp104 int SetPriority(int threadId, int prio) in SetPriority() function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dthread.h24 int SetPriority(DWORD threadId, int prio);
H A Dthread.cpp73 int SetPriority(DWORD threadId, int prio) in SetPriority() function
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue_interface.h104 void SetPriority(uint8_t priority) in SetPriority() function in ark::taskmanager::TaskQueueInterface
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_test.cpp99 queue->SetPriority(NEW_QUEUE_PRIORITY); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.h73 os::thread::SetPriority(os::thread::GetCurrentThreadId(), priorityVal); in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_alloc_lsra.h213 void SetPriority(float newPriority) in SetPriority() function in maplebe::LSRALinearScanRegAllocator::LiveInterval
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp769 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 Dthread.cpp751 int res = os::thread::SetPriority(tid, prio); in SetThreadPriority()

Completed in 11 milliseconds