Searched defs:AttachToCoroutine (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ | ||
| D | coroutine_context.h | 36 virtual void AttachToCoroutine(Coroutine *co) in AttachToCoroutine() function |
| D | stackful_coroutine.cpp | 32 void StackfulCoroutineContext::AttachToCoroutine(Coroutine *co) in AttachToCoroutine() function in ark::StackfulCoroutineContext |
| D | threaded_coroutine.cpp | 48 void ThreadedCoroutineContext::AttachToCoroutine(Coroutine *co) in AttachToCoroutine() function in ark::ThreadedCoroutineContext |