Home
last modified time | relevance | path

Searched refs:LOWEST_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dbase_thread_test.cpp57 auto ret2 = SetPriority(GetCurrentThreadId(), LOWEST_PRIORITY);
59 ASSERT_EQ(prio2, LOWEST_PRIORITY);
82 auto ret = SetPriority(child_pid, LOWEST_PRIORITY);
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.h20 constexpr int LOWEST_PRIORITY = 19; variable
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.h20 constexpr int LOWEST_PRIORITY = -2; variable