Searched refs:g_bleQueueLock (Results 1 – 1 of 1) sorted by relevance
30 static SoftBusMutex g_bleQueueLock; variable86 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 …]