Home
last modified time | relevance | path

Searched refs:totalPush (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dqueue.h39 FILLP_INT totalPush = 0; in FillpQueuePush() local
41 ret = FillpLfRingMpEnqueue(&q->ring, &msg[totalPush], count - (FILLP_UINT)totalPush); in FillpQueuePush()
43 totalPush += ret; in FillpQueuePush()
44 if ((FILLP_UINT)totalPush == count) { in FillpQueuePush()

Completed in 1 milliseconds