Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.h277callbackQueue_; // the queue of 'then and catch' calbacks which will be called when the Promise g… variable
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h364 CallbackQueue *callbackQueue_ = nullptr; variable