Home
last modified time | relevance | path

Searched defs:Coroutine (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_holder.h33 class Coroutine; variable
53 using Coroutine = ark::Coroutine; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Devent_loop_module.h28 class Coroutine; variable
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoroutines.md7 ### Coroutine subsection
15 #### Fields
/arkcompiler/runtime_core/static_core/runtime/include/
Dexternal_callback_poster.h26 class Coroutine; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dexternal_iface_table.h25 class Coroutine; variable
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dpriority_queue.h28 class Coroutine; variable
Dcoroutine.cpp42 Coroutine::Coroutine(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *vm, in Coroutine() function in ark::Coroutine
/arkcompiler/ets_runtime/common_components/thread/tests/
Dthread_holder_test.cpp31 using Coroutine = ark::Coroutine; typedef
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_scoped_objects_fix.h105 EtsCoroutine *Coroutine() in Coroutine() function