Searched defs:taskType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | worker_thread_local_queue.h | 32 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
|
| D | task_time_stats.cpp | 106 for (TaskType taskType : ALL_TASK_TYPES) { in GetAllTaskProperties() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | schedulable_task_queue_interface.h | 42 SchedulableTaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in SchedulableTaskQueueInterface()
|
| D | task.h | 92 …static inline constexpr StorageType GetInternalRepresentation(StorageType taskType, StorageType vm… in GetInternalRepresentation() 118 constexpr TaskProperties(TaskType taskType, VMType vmType, TaskExecutionMode executionMode) in TaskProperties()
|
| D | task_queue_interface.h | 71 PANDA_PUBLIC_API TaskQueueInterface(TaskType taskType, VMType vmType, uint8_t priority) in TaskQueueInterface()
|
| D | task_queue.h | 49 …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/ |
| D | daemon_task.h | 49 …explicit DaemonTask(JSThread *thread, DaemonTaskType taskType, DaemonTaskGroup taskGroup, TaskRunn… in DaemonTask()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| D | task_test.cpp | 37 for (auto taskType : ALL_TASK_TYPES) { in TEST_F() local
|