Home
last modified time | relevance | path

Searched refs:MIN_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue_interface.h68 static constexpr uint8_t MIN_PRIORITY = 1; member in ark::taskmanager::TaskQueueInterface
74 ASSERT(priority >= MIN_PRIORITY); in TaskQueueInterface()
106 ASSERT(priority >= MIN_PRIORITY); in SetPriority()
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_task_manager_worker.cpp28 taskmanager::TaskType::JIT, taskmanager::VMType::STATIC_VM, taskmanager::TaskQueueInterface::MIN_PRIORITY); in CompilerTaskManagerWorker()
H A Dthread.cpp37 static const int MIN_PRIORITY = os::thread::LOWEST_PRIORITY; member
799 SetThreadPriority(MIN_PRIORITY); in SetDaemon()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_test.cpp98 constexpr size_t NEW_QUEUE_PRIORITY = TaskQueueInterface::MIN_PRIORITY; in TEST_F()

Completed in 4 milliseconds