Searched refs:sys_arch_sem_wait (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | sys_arch.c | 265 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeoutMs) in sys_arch_sem_wait() function
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 891 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); 905 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); 923 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); 937 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); 1116 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); 1122 err = (err_t)sys_arch_sem_wait(&ip_conflict_detect, DUP_ARP_DETECT_TIME); 1140 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); 1151 retval = sys_arch_sem_wait(&dup_addr_detect, DUP_ARP_DETECT_TIME); 1513 (void)sys_arch_sem_wait(&arp_cmd.cb_completed, 0); 3408 (void)sys_arch_sem_wait( [all...] |
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/ |
H A D | lwip_ifaddrs.c | 292 (void)sys_arch_sem_wait(&arg.cb_completed, 0);
in lwip_getifaddrs()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | sys_arch.c | 312 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeoutMs)
in sys_arch_sem_wait() function 315 LWIP_DEBUGF(SYS_DEBUG, ("sys_arch_sem_wait: sem is null"));
in sys_arch_sem_wait()
|
H A D | api_shell.c | 240 (void)sys_arch_sem_wait(&ifconfig_cmd.cb_completed, 0); in lwip_ifconfig()
|
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/ |
H A D | lwip_ifaddrs.c | 283 (void)sys_arch_sem_wait(&arg.cbCompleted, 0);
in OsLwipGetifaddrs()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sys_arch.c | 300 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeoutMs)
in sys_arch_sem_wait() function 303 LWIP_DEBUGF(SYS_DEBUG, ("sys_arch_sem_wait: sem is null"));
in sys_arch_sem_wait()
|
Completed in 8 milliseconds