Searched refs:FillpQueuePush (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | dympool.c | 160 (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 D | socket_common.c | 168 (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 D | spunge_message.c | 48 err = FillpQueuePush(inst->msgBox, (void *)&msg, FILLP_FALSE, 1); in SpungePostMsg()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | queue.h | 36 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 D | spunge_stack.c | 234 (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 D | pcb.c | 36 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 D | socket_app.c | 395 (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 D | fillp_conn.c | 680 if (FillpQueuePush(sock->acceptBox, (void *)&newConn, FILLP_TRUE, 1) != ERR_OK) { in FillpProcessConnConfirm()
|
Completed in 10 milliseconds