Home
last modified time | relevance | path

Searched refs:ThreadStartEvent (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp340 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
Dstackful_coroutine_manager.cpp489 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h227 void ThreadStartEvent(ManagedThread *managedThread) in ThreadStartEvent() function
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp202 runtime->GetNotificationManager()->ThreadStartEvent(thread); in Create()
Druntime.cpp365 instance_->GetNotificationManager()->ThreadStartEvent(thread); in Create()