Home
last modified time | relevance | path

Searched refs:GetThreadPriority (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.cpp58 auto ret = GetThreadPriority(thread); in GetPriority()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp94 auto ret = GetThreadPriority(thread); in GetPriority()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h451 uint32_t GetThreadPriority();
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp759 uint32_t ManagedThread::GetThreadPriority() in GetThreadPriority() function in ark::ManagedThread