Home
last modified time | relevance | path

Searched refs:TaskStarted (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_taskpool.h54 bool TaskStarted(uint32_t coroutineId, EtsLong taskId);
Dets_taskpool.cpp44 bool Taskpool::TaskStarted(uint32_t coroutineId, EtsLong taskId) in TaskStarted() function in ark::ets::Taskpool
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_taskpool.cpp39 …return EtsBoolean(coroutine->GetPandaVM()->GetTaskpool()->TaskStarted(coroutine->GetCoroutineId(),… in TaskpoolTaskStarted()