Home
last modified time | relevance | path

Searched defs:taskType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dworker_thread_local_queue.h32 for (TaskType taskType : ALL_TASK_TYPES) { in WorkerThreadLocalQueue() local
49 for (TaskType taskType : ALL_TASK_TYPES) { in RegisterConsumer() local
82 for (TaskType taskType : ALL_TASK_TYPES) { in Pop() local
107 for (TaskType taskType : ALL_TASK_TYPES) { in TryDeleteRetiredPtrs() local
Dtask_time_stats.cpp106 for (TaskType taskType : ALL_TASK_TYPES) { in GetAllTaskProperties() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dschedulable_task_queue_interface.h42 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface()
Dtask.h92 …static inline constexpr StorageType GetInternalRepresentation(StorageType taskType, StorageType vm… in GetInternalRepresentation()
118 constexpr TaskProperties(TaskType taskType, VMType vmType, TaskExecutionMode executionMode) in TaskProperties()
Dtask_queue_interface.h71 PANDA_PUBLIC_API TaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueueInterface()
Dtask_queue.h49 …static PANDA_PUBLIC_API SchedulableTaskQueueInterface *Create(TaskType taskType, VMType vmType, ui… in Create()
227 TaskQueue(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueue()
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_task.h49 …explicit DaemonTask(JSThread *thread, DaemonTaskType taskType, DaemonTaskGroup taskGroup, TaskRunn… in DaemonTask()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_test.cpp37 for (auto taskType : ALL_TASK_TYPES) { in TEST_F() local