Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c30 static SoftBusMutex g_bleQueueLock; variable
86 if (SoftBusMutexLock(&g_bleQueueLock) != EOK) { in ConnBleEnqueueNonBlock()
94 &g_sendWaitCond, &g_bleQueueLock); in ConnBleEnqueueNonBlock()
129 (void)SoftBusMutexUnlock(&g_bleQueueLock); in ConnBleEnqueueNonBlock()
168 int32_t ret = SoftBusCondWait(&g_sendCond, &g_bleQueueLock, &waitTime); in ConnBleDequeueBlock()
185 (void)SoftBusMutexUnlock(&g_bleQueueLock); in ConnBleDequeueBlock()
191 if (SoftBusMutexInit(&g_bleQueueLock, NULL) != 0) { in ConnBleInitSendQueue()
197 (void)SoftBusMutexDestroy(&g_bleQueueLock); in ConnBleInitSendQueue()
201 (void)SoftBusMutexDestroy(&g_bleQueueLock); in ConnBleInitSendQueue()
208 (void)SoftBusMutexDestroy(&g_bleQueueLock); in ConnBleInitSendQueue()
[all …]