Home
last modified time | relevance | path

Searched refs:asyncOperation_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue.cpp58asyncOperation_ = threadPool_->Push(IThreadPool::ITask::Ptr { new ExecuteAsyncTask(*this) }); in ExecuteAsync()
70 asyncOperation_->Wait(); in Wait()
H A Dtask_queue.h125 IThreadPool::IResult::Ptr asyncOperation_; variable