Home
last modified time | relevance | path

Searched defs:poster (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_ExclusiveLauncher.cpp78 auto poster = etsVM->CreateCallbackPoster(); in RunTaskOnEACoroutine() local
153 auto poster = coro->GetPandaVM()->CreateCallbackPoster(); in TaskPosterCreate() local
158 void TaskPosterDestroy(int64_t poster) in TaskPosterDestroy()
165 void TaskPosterPost(int64_t poster, EtsObject *task) in TaskPosterPost()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/event_loop_callback_poster_tests/
Devent_loop_module_tests.cpp48 auto poster = factory.CreatePoster(); in TEST_F() local
63 auto poster = factory.CreatePoster(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Devent_loop_module.cpp102 auto *poster = reinterpret_cast<ThreadSafeCallbackQueue *>(handle->data); in ~EventLoopCallbackPoster() local
176 auto poster = MakePandaUnique<EventLoopCallbackPoster>(); in CreatePoster() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_worker.h72 void SetCallbackPoster(PandaUniquePtr<CallbackPoster> poster) in SetCallbackPoster()