Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c93 …ret = WaitQueueLength(g_innerQueue->queue[priority], GetQueueLimit(priority), WAIT_QUEUE_BUFFER_PE… in ConnBleEnqueueNonBlock()
118 ret = WaitQueueLength( in ConnBleEnqueueNonBlock()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c94 …ret = WaitQueueLength(g_innerQueue->queue[priority], GetQueueLimit(priority), WAIT_QUEUE_BUFFER_PE… in ConnBrEnqueueNonBlock()
121 ret = WaitQueueLength( in ConnBrEnqueueNonBlock()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/include/
H A Dsoftbus_conn_common.h78 int32_t WaitQueueLength(const LockFreeQueue *lockFreeQueue, uint32_t maxLen, uint32_t diffLen, Soft…
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c173 int32_t WaitQueueLength( in WaitQueueLength() function