Home
last modified time | relevance | path

Searched defs:executionMode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dworker_thread_local_queue.h34 for (TaskExecutionMode executionMode : ALL_TASK_EXECUTION_MODES) { in WorkerThreadLocalQueue() local
51 for (TaskExecutionMode executionMode : ALL_TASK_EXECUTION_MODES) { in RegisterConsumer() local
Dtask_time_stats.cpp108 for (TaskExecutionMode executionMode : ALL_TASK_EXECUTION_MODES) { in GetAllTaskProperties() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.h93 StorageType executionMode) in GetInternalRepresentation()
118 constexpr TaskProperties(TaskType taskType, VMType vmType, TaskExecutionMode executionMode) in TaskProperties()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_test.cpp39 for (auto executionMode : ALL_TASK_EXECUTION_MODES) { in TEST_F() local