Home
last modified time | relevance | path

Searched refs:sys_mbox_post (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/api/
Dtcpip.c394 sys_mbox_post(&tcpip_mbox, msg); in tcpip_callback()
462 sys_mbox_post(&tcpip_mbox, msg); in tcpip_timeout()
488 sys_mbox_post(&tcpip_mbox, msg); in tcpip_untimeout()
528 sys_mbox_post(&tcpip_mbox, &TCPIP_MSG_VAR_REF(msg)); in tcpip_send_msg_wait_sem()
578 sys_mbox_post(&tcpip_mbox, &TCPIP_MSG_VAR_REF(msg)); in tcpip_api_call()
/third_party/lwip/src/include/lwip/
Dsys.h72 #define sys_mbox_post(m,d) macro
294 void sys_mbox_post(sys_mbox_t *mbox, void *msg);
/third_party/lwip/test/unit/arch/
Dsys_arch.c250 sys_mbox_post(sys_mbox_t *q, void *msg) in sys_mbox_post() function
282 sys_mbox_post(q, msg); in sys_mbox_trypost()
/third_party/lwip/
D0024-refactor-pkt-read-send-performance.patch139 @@ -148,7 +147,7 @@ void sys_mbox_post(struct sys_mbox **mb, void *msg)
DCHANGELOG2716 "Add return value to sys_mbox_post".
2721 sizes), like suggested for the task #7490 "Add return value to sys_mbox_post".
2725 "Add return value to sys_mbox_post". tcpip_callback is always defined as
2731 "Add return value to sys_mbox_post".
2735 Introduce changes for task #7490 "Add return value to sys_mbox_post" with some
D0002-adapt-lstack.patch1681 +void sys_mbox_post(struct sys_mbox **mb, void *msg)
1685 + /* NOTE: sys_mbox_post is used on mbox defined in src/api/tcpip.c.
1971 sys_mbox_post(&tcpip_mbox, msg);
D0053-cleancode-improve-lwipopts.h-readability.patch414 sys_mbox_post(&tcpip_mbox, msg);