Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue_interface.h71 PANDA_PUBLIC_API TaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueueInterface()
104 void SetPriority(uint8_t priority) in SetPriority()
Dschedulable_task_queue_interface.h42 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface()
Dtask_queue.h49 …UBLIC_API SchedulableTaskQueueInterface *Create(TaskType taskType, VMType vmType, uint8_t priority) in Create()
227 TaskQueue(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueue()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dtask_selector.cpp30 size_t priority = queue->GetPriority(); in Init() local
Dworker_thread_local_queue.h94 std::optional<Task> Pop(size_t id, TaskProperties priority) in Pop()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp133 int priority = thread::GetPriority(*tid); in Dump() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.cpp134 size_t priority = arch != Arch::NONE ? GetFirstCalleeReg(arch, IS_FP) : 0; in AssignLocations() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp109 void AddTask(MockTask &&task, [[maybe_unused]] size_t priority = 0) override in AddTask()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h291 float priority = 0.0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h559 void SetConstructorPriority(int priority) in SetConstructorPriority()
569 void SetDestructorPriority(int priority) in SetDestructorPriority()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h150 int32_t priority; member
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js30273 priority: this._priority, property
37477 priority: s.priority || 0, property