Searched defs:sys_arch_sem_wait (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsys.h52 #define sys_arch_sem_wait(s,t) macro
77 /** Return code for timeouts from sys_arch_mbox_fetch and sys_arch_sem_wait */
148 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout);
153 #define sys_sem_wait(sem) sys_arch_sem_wait(sem, 0)
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c148 u32_t sys_arch_sem_wait(sys_sem_t sem, u32_t timeout) function
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c155 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout) function
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h225 #define sys_arch_sem_wait lwip_sys_arch_sem_wait macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h134 #define sys_arch_sem_wait lwip_sys_arch_sem_wait macro
154 #define sys_arch_sem_wait lwip_sys_arch_sem_wait macro

Completed in 287 milliseconds