Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c33 static SoftBusCond g_sendWaitCond; variable
94 &g_sendWaitCond, &g_bleQueueLock); in ConnBleEnqueueNonBlock()
119 …lockFreeQueue, GetQueueLimit(priority), WAIT_QUEUE_BUFFER_PERIOD_LEN, &g_sendWaitCond, &g_bleQueue… in ConnBleEnqueueNonBlock()
183 (void)SoftBusCondBroadcast(&g_sendWaitCond); in ConnBleDequeueBlock()
195 if (SoftBusCondInit(&g_sendWaitCond) != SOFTBUS_OK) { in ConnBleInitSendQueue()
202 (void)SoftBusCondDestroy(&g_sendWaitCond); in ConnBleInitSendQueue()
209 (void)SoftBusCondDestroy(&g_sendWaitCond); in ConnBleInitSendQueue()
219 (void)SoftBusCondDestroy(&g_sendWaitCond); in ConnBleDeinitSendQueue()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c32 static SoftBusCond g_sendWaitCond; variable
95 &g_sendWaitCond, &g_brQueueLock); in ConnBrEnqueueNonBlock()
122 …lockFreeQueue, GetQueueLimit(priority), WAIT_QUEUE_BUFFER_PERIOD_LEN, &g_sendWaitCond, &g_brQueueL… in ConnBrEnqueueNonBlock()
189 (void)SoftBusCondBroadcast(&g_sendWaitCond); in ConnBrDequeueBlock()
200 if (SoftBusCondInit(&g_sendWaitCond) != SOFTBUS_OK) { in ConnBrInnerQueueInit()
206 (void)SoftBusCondDestroy(&g_sendWaitCond); in ConnBrInnerQueueInit()
213 (void)SoftBusCondDestroy(&g_sendWaitCond); in ConnBrInnerQueueInit()
223 (void)SoftBusCondDestroy(&g_sendWaitCond); in ConnBrInnerQueueDeinit()