Searched refs:sys_arch_sem_wait (Results 1 – 8 of 8) sorted by relevance
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 182 sys_arch_sem_wait(&mbox->mutex, 0); in sys_mbox_free() 201 sys_arch_sem_wait(&mbox->mutex, 0); in sys_mbox_trypost() 238 sys_arch_sem_wait(&mbox->mutex, 0); in sys_mbox_post() 245 sys_arch_sem_wait(&mbox->not_full, 0); in sys_mbox_post() 246 sys_arch_sem_wait(&mbox->mutex, 0); in sys_mbox_post() 274 sys_arch_sem_wait(&mbox->mutex, 0); in sys_arch_mbox_tryfetch() 310 sys_arch_sem_wait(&mbox->mutex, 0); in sys_arch_mbox_fetch() 318 time_needed = sys_arch_sem_wait(&mbox->not_empty, timeout); in sys_arch_mbox_fetch() 324 sys_arch_sem_wait(&mbox->not_empty, 0); in sys_arch_mbox_fetch() 327 sys_arch_sem_wait(&mbox->mutex, 0); in sys_arch_mbox_fetch() [all …]
|
| /lib/liblwip/src/include/lwip/ |
| D | sys.h | 52 #define sys_arch_sem_wait(s,t) macro 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)
|
| /lib/liblwip/src/core/ |
| D | sys.c | 61 sys_arch_sem_wait(&delaysem, ms); in sys_msleep()
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 66 - u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout) 81 sys_sem_wait(), that uses the sys_arch_sem_wait() function. 127 the sys_arch_sem_wait() function). If "timeout" is 0, the thread should 133 The return values are the same as for the sys_arch_sem_wait() function:
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 318 sys_arch_sem_wait(&apimsg->msg.conn->op_completed, 0); in tcpip_apimsg()
|
| D | sockets.c | 1181 waitres = sys_arch_sem_wait(&select_cb.sem, msectimeout); 1646 sys_arch_sem_wait(&sock->conn->op_completed, 0); 2063 sys_arch_sem_wait(&sock->conn->op_completed, 0);
|
| D | api_msg.c | 1366 sys_arch_sem_wait(&msg->conn->op_completed, 0);
|
| /lib/liblwip/ |
| D | CHANGELOG | 2451 into sys_arch_sem_wait calls to prevent timers from running while waiting
|