Home
last modified time | relevance | path

Searched defs:MIN_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue_interface.h68 static constexpr uint8_t MIN_PRIORITY = 1; variable
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp37 static const int MIN_PRIORITY = os::thread::LOWEST_PRIORITY; variable