Home
last modified time | relevance | path

Searched refs:GetTaskpool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_taskpool.cpp25 return coroutine->GetPandaVM()->GetTaskpool()->GenerateTaskId(); in GenerateTaskId()
32 coroutine->GetPandaVM()->GetTaskpool()->TaskSubmitted(taskId); in TaskpoolTaskSubmitted()
39 …return EtsBoolean(coroutine->GetPandaVM()->GetTaskpool()->TaskStarted(coroutine->GetCoroutineId(),… in TaskpoolTaskStarted()
46 …return EtsBoolean(coroutine->GetPandaVM()->GetTaskpool()->TaskFinished(coroutine->GetCoroutineId()… in TaskpoolTaskFinished()
53 if (!coroutine->GetPandaVM()->GetTaskpool()->CancelTask(taskId)) { in TaskpoolCancelTask()
63 …return EtsBoolean(coroutine->GetPandaVM()->GetTaskpool()->IsTaskCanceled(coroutine->GetCoroutineId… in TaskpoolIsTaskCanceled()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h274 Taskpool *GetTaskpool() in GetTaskpool() function
279 const Taskpool *GetTaskpool() const in GetTaskpool() function