Home
last modified time | relevance | path

Searched refs:SemaphoreTryWait (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c110 if (SemaphoreTryWait(queue->enqueueSem) != 0) { in QueueTryEnqueue()
147 if (SemaphoreTryWait(queue->dequeueSem) != 0) { in QueueTryDequeue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dsemaphore.h59 int32_t SemaphoreTryWait(Semaphore *sem);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dsemaphore_linux.c85 int32_t SemaphoreTryWait(Semaphore *sem) in SemaphoreTryWait() function