Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_worker.cpp167 if (IsTaskQueueEmpty()) { in InitDelayThread()
213 bool DfxWorker::IsTaskQueueEmpty() in IsTaskQueueEmpty() function in OHOS::Media::DfxWorker
222 if (IsTaskQueueEmpty()) { in WaitForTask()
224 [this]() { return !isThreadRunning_ || !IsTaskQueueEmpty(); }); in WaitForTask()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_worker.h67 bool IsTaskQueueEmpty();