Home
last modified time | relevance | path

Searched refs:TryWait (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dfixed_queue.h105 if (!enqueue_->TryWait()) { in TryPush()
131 if (!dequeue_->TryWait()) { in TryPop()
H A Dsemaphore_utils.h58 bool TryWait();
H A Dsemaphore_utils.cpp29 bool Semaphore::TryWait() in TryWait() function in utility::Semaphore
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-semaphore.md29 | bool | **TryWait**()<br/>等待/获取信号量(信号量 -1)的接口;非阻塞版 |