Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/lib/lwip/
A Dsys_arch.c77 mbox->queue = calloc(size, sizeof(void *)); in sys_mbox_new()
78 if (!mbox->queue) in sys_mbox_new()
86 free(mbox->queue); in sys_mbox_free()
87 mbox->queue = NULL; in sys_mbox_free()
95 mbox->queue[mbox->head] = msg; in sys_mbox_post()
116 *msg = mbox->queue[mbox->tail]; in sys_arch_mbox_tryfetch()
141 *msg = mbox->queue[mbox->tail]; in sys_arch_mbox_fetch()
161 mbox->queue[mbox->head] = msg; in sys_mbox_trypost()
/lk-master/external/lib/lwip/include/arch/
A Dsys_arch.h25 void **queue; member
/lk-master/external/lib/lwip/core/
A Dtcp_out.c357 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local
535 …loc(PBUF_TRANSPORT, seglen + optlen, mss_local, &oversize, pcb, apiflags, queue == NULL)) == NULL)… in tcp_write()
599 if (queue == NULL) { in tcp_write()
600 queue = seg; in tcp_write()
668 pcb->unsent = queue; in tcp_write()
670 last_unsent->next = queue; in tcp_write()
700 if (queue != NULL) { in tcp_write()
701 tcp_segs_free(queue); in tcp_write()
/lk-master/platform/cc13xx/include/platform/
A Dti-rf-prop.h136 rf_queue_t *queue; member
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/
A Dreadme.dox42 * This specific implementation can queue multiple UART buffers with a single
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/
A Dreadme.dox42 * This specific implementation can queue multiple UART buffers with a single

Completed in 9 milliseconds