Home
last modified time | relevance | path

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

/ark/runtime_core/libpandabase/os/unix/
Dthread.cpp53 int GetPriority(int thread_id) in GetPriority() function
Dnative_stack.cpp129 int priority = thread::GetPriority(*tid); in Dump()
/ark/runtime_core/libpandabase/os/
Dthread.h33 int GetPriority(int thread_id);
/ark/runtime_core/runtime/
Dthread.cpp467 return os::thread::GetPriority(tid); in GetThreadPriority()