Home
last modified time | relevance | path

Searched refs:SetThreadPriority (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h64 void SetThreadPriority(bool isForeground) in SetThreadPriority() function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp46 auto ret = SetThreadPriority(thread, prio); in SetPriority()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.cpp46 auto ret = SetThreadPriority(thread, prio); in SetPriority()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp732 void ManagedThread::SetThreadPriority(int32_t prio) in SetThreadPriority() function in panda::ManagedThread
783 SetThreadPriority(MIN_PRIORITY); in SetDaemon()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h445 void SetThreadPriority(int32_t prio);
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1222 Taskpool::GetCurrentTaskpool()->SetThreadPriority(false); in ChangeGCParams()
1234 Taskpool::GetCurrentTaskpool()->SetThreadPriority(true); in ChangeGCParams()