Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dmbox.c47 k_sem_init(&mbox->not_full, 0, 1); in k_mbox_new()
70 k_sem_delete(&mbox->not_full); in k_mbox_free()
102 k_sem_take(&mbox->not_full, K_FOREVER); in k_mbox_post()
231 k_sem_give(&mbox->not_full); in k_mbox_fetch()
273 k_sem_give(&mbox->not_full); in k_mbox_tryfetch()
/AliOS-Things-master/components/lwip/lwip2.0.0/port/
A Dsys_arch.c171 sys_sem_new(&mbox->not_full, 0); in sys_mbox_new()
193 sys_sem_free(&mbox->not_full); in sys_mbox_free()
220 sys_arch_sem_wait(&mbox->not_full, 0); in sys_mbox_post()
337 sys_sem_signal(&mbox->not_full); in sys_arch_mbox_fetch()
374 sys_sem_signal(&mbox->not_full); in sys_arch_mbox_tryfetch()
/AliOS-Things-master/components/ble_host/bt_host/port/include/port/
A Dmbox.h34 struct k_sem not_full; member
/AliOS-Things-master/components/lwip/lwip2.0.0/port/include/arch/
A Dsys_arch.h64 sys_sem_t not_full; member

Completed in 5 milliseconds