Home
last modified time | relevance | path

Searched refs:PopNotWait (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/include/
H A Dsafe_block_queue.h127 bool PopNotWait(T& outtask) in PopNotWait() function
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-safe_block_queue.md23 | bool | **PopNotWait**(T& outtask)<br/>出队操作(非阻塞版) |
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp496 auto has = realQueue->PopNotWait(value); in Flush()
514 auto has = queue_->PopNotWait(value); in FlushSync()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h546 bool PopNotWait(T& outtask) in PopNotWait() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp264 if (!queue->PopNotWait(backupTask)) { in GetBackupTask()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp652 bool result = qi.PopNotWait(out); in BENCHMARK_F()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp986 while (cbBufferQueue_.PopNotWait(temp)) { in WriteCallbackFunc()