Home
last modified time | relevance | path

Searched defs:taskId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_taskpool.cpp27 void Taskpool::TaskSubmitted(EtsLong taskId) in TaskSubmitted()
33 size_t Taskpool::DecrementTaskCounter(EtsLong taskId, PandaUnorderedMap<EtsLong, size_t> &tasks) in DecrementTaskCounter() argument
44 bool Taskpool::TaskStarted(uint32_t coroutineId, EtsLong taskId) in TaskStarted()
61 bool Taskpool::TaskFinished(uint32_t coroutineId, EtsLong taskId) in TaskFinished()
78 bool Taskpool::CancelTask(EtsLong taskId) in CancelTask()
97 auto taskId = it->second; in IsTaskCanceled() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_taskpool.cpp28 extern "C" void TaskpoolTaskSubmitted(EtsLong taskId) in TaskpoolTaskSubmitted()
35 extern "C" EtsBoolean TaskpoolTaskStarted(EtsLong taskId) in TaskpoolTaskStarted()
42 extern "C" EtsBoolean TaskpoolTaskFinished(EtsLong taskId) in TaskpoolTaskFinished()
49 extern "C" void TaskpoolCancelTask(EtsLong taskId) in TaskpoolCancelTask()
Dstd_core_gc.cpp83 void GCTaskTracker::SetCallbackForTask(uint32_t taskId, mem::Reference *callbackRef) in SetCallbackForTask()
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_service.cpp84 void AotCompilerService::RemoveUnloadTask(const std::string &taskId) in RemoveUnloadTask()
93 void AotCompilerService::DelayUnloadTask(const std::string &taskId, const int32_t delayTime) in DelayUnloadTask()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_scheduler.h75 uint32 taskId; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_scheduler.cpp230 uint32 taskId; in ThreadFinish() local