Home
last modified time | relevance | path

Searched refs:wait_send (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dmbox.c49 mbox->wait_send = 0; in k_mbox_new()
100 mbox->wait_send++; in k_mbox_post()
104 mbox->wait_send--; in k_mbox_post()
230 if (mbox->wait_send) { in k_mbox_fetch()
272 if (mbox->wait_send) { in k_mbox_tryfetch()
/AliOS-Things-master/components/lwip/lwip2.0.0/port/
A Dsys_arch.c173 mbox->wait_send = 0; in sys_mbox_new()
218 mbox->wait_send++; in sys_mbox_post()
222 mbox->wait_send--; in sys_mbox_post()
336 if (mbox->wait_send) { in sys_arch_mbox_fetch()
373 if (mbox->wait_send) { in sys_arch_mbox_tryfetch()
/AliOS-Things-master/components/ble_host/bt_host/port/include/port/
A Dmbox.h36 int wait_send; member
/AliOS-Things-master/components/lwip/lwip2.0.0/port/include/arch/
A Dsys_arch.h66 int wait_send; member

Completed in 5 milliseconds