Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp117 TimeElapser elapser; in StopThreads() local
121 CHK_RET(static_cast<int32_t>(elapser.ElapseMilli()) > timeOut, false); in StopThreads()
H A Dthread.cpp157 TimeElapser elapser; in StopThread() local
158 while ((status_ == RUNNING) && (static_cast<int32_t>(elapser.ElapseMilli()) < timeOut)) { in StopThread()