Searched refs:sys_mbox_post (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | tcpip.c | 300 sys_mbox_post(&mbox, msg); in tcpip_callback_with_block() 335 sys_mbox_post(&mbox, msg); in tcpip_timeout() 361 sys_mbox_post(&mbox, msg); in tcpip_untimeout() 398 sys_mbox_post(&mbox, &TCPIP_MSG_VAR_REF(msg)); in tcpip_send_msg_wait_sem() 445 sys_mbox_post(&mbox, &TCPIP_MSG_VAR_REF(msg)); in tcpip_api_call()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | sys.h | 110 #define sys_mbox_post(m,d) macro 289 void sys_mbox_post(sys_mbox_t *mbox, void *msg);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | sys.h | 110 #define sys_mbox_post(m,d) macro 289 void sys_mbox_post(sys_mbox_t *mbox, void *msg);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/port/ |
A D | sys_arch.c | 206 void sys_mbox_post(sys_mbox_t *mb, void *msg) in sys_mbox_post() function 435 void sys_mbox_post(sys_mbox_t *mb, void *msg) in sys_mbox_post() function
|
Completed in 6 milliseconds