Searched defs:priority (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
H A D | schedulable_task_queue_interface.h | 42 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface() argument
|
H A D | task_queue.h | 49 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 D | task_queue_interface.h | 71 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 D | task_selector.cpp | 30 size_t priority = queue->GetPriority(); in Init() local
|
H A D | worker_thread_local_queue.h | 94 std::optional<Task> Pop(size_t id, TaskProperties priority) in Pop() argument
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread_pool_queue.h | 51 AddTask(std::move(task), priority); in TryAddTask() local
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | native_stack.cpp | 133 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 D | reg_alloc_linear_scan.cpp | 134 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 D | debug_interface.h | 155 int32_t priority; member
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | reg_alloc_lsra.h | 291 float priority = 0.0; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_type.h | 559 void SetConstructorPriority(int priority) in SetConstructorPriority() argument 569 void SetDestructorPriority(int priority) in SetDestructorPriority() argument
|
Completed in 8 milliseconds