Home
last modified time | relevance | path

Searched defs:priority (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dschedulable_task_queue_interface.h42 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface() argument
H A Dtask_queue.h49 static PANDA_PUBLIC_API SchedulableTaskQueueInterface *Create(TaskType taskType, VMType vmType, uint8_t priority) in Create() argument
227 TaskQueue(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueue() argument
H A Dtask_queue_interface.h71 PANDA_PUBLIC_API TaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueueInterface() argument
104 void SetPriority(uint8_t priority) in SetPriority() argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dtask_selector.cpp30 size_t priority = queue->GetPriority(); in Init() local
H A Dworker_thread_local_queue.h94 std::optional<Task> Pop(size_t id, TaskProperties priority) in Pop() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool_queue.h51 AddTask(std::move(task), priority); in TryAddTask() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp133 int priority = thread::GetPriority(*tid); in Dump() local
135 os << " | sysTid=" << *tid << " nice=" << priority << "\n"; in Dump() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.cpp134 size_t priority = arch != Arch::NONE ? GetFirstCalleeReg(arch, IS_FP) : 0; in AssignLocations() local
135 regMap_.SetMask(GetLocationMask<IS_FP>(), priority); in AssignLocations() local
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h155 int32_t priority; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_alloc_lsra.h291 float priority = 0.0; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h559 void SetConstructorPriority(int priority) in SetConstructorPriority() argument
569 void SetDestructorPriority(int priority) in SetDestructorPriority() argument

Completed in 8 milliseconds