Home
last modified time | relevance | path

Searched defs:Post (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoro_callback_queue.h44 void Post(CallbackPtr callback) override in Post() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp57 void JsJobQueue::Post(PandaUniquePtr<Callback> callback) in Post() function in ark::ets::interop::js::JsJobQueue