Home
last modified time | relevance | path

Searched refs:GetPriority (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dbase_thread_test.cpp54 auto prio1 = GetPriority(GetCurrentThreadId());
58 auto prio2 = GetPriority(GetCurrentThreadId());
73 auto parent_prio_before = GetPriority(parent_pid);
81 auto child_prio_before = GetPriority(child_pid);
84 auto child_prio_after = GetPriority(child_pid);
85 auto parent_prio_after = GetPriority(parent_pid);
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.h22 int GetPriority(int thread_id);
Dthread.cpp68 int GetPriority(int thread_id) in GetPriority() function
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.h23 int GetPriority(DWORD thread_id);
Dthread.cpp52 int GetPriority(DWORD thread_id) in GetPriority() function