Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c160 (void)FillpQueuePush(item->mp, (void *)&item, FILLP_FALSE, 1); in DympExpandMemory()
241 if (FillpQueuePush(item->mp, (void *)&item, FILLP_FALSE, 1) != ERR_OK) { in DympFree()
H A Dsocket_common.c168 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SockFreeSocket()
208 if (FillpQueuePush(table->freeQueqe, (void *)&sock, FILLP_TRUE, 1)) { in SpungeInitSocket()
209 FILLP_LOGERR("FillpQueuePush return error sock->index=%d", sock->index); in SpungeInitSocket()
H A Dspunge_message.c48 err = FillpQueuePush(inst->msgBox, (void *)&msg, FILLP_FALSE, 1); in SpungePostMsg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dqueue.h36 static __inline FillpErrorType FillpQueuePush(FillpQueue *q, void **msg, FILLP_INT isTryPush, FILLP_UINT count) in FillpQueuePush() function
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c234 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SpungEpollClose()
301 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SpungeFreeSock()
H A Dpcb.c36 FillpErrorType err = FillpQueuePush(conn->pcb->fpcb.recv.recvBox, buf, FILLP_TRUE, (FILLP_UINT)count); in SpungePcbRecv()
38 FILLP_LOGERR("SpungePcbRecv: FillpQueuePush failed. sockId =%d", sock->index); in SpungePcbRecv()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c395 (void)FillpQueuePush(SOCK_GET_SENDBOX(sock), (void *)&item, FILLP_FALSE, 1); in SockSendmsgPushOrSendItem()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c680 if (FillpQueuePush(sock->acceptBox, (void *)&newConn, FILLP_TRUE, 1) != ERR_OK) { in FillpProcessConnConfirm()

Completed in 10 milliseconds