Home
last modified time | relevance | path

Searched refs:sys_sem_t (Results 1 - 14 of 14) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dsys.h50 typedef u8_t sys_sem_t; typedef
113 #define sys_mutex_t sys_sem_t
195 err_t sys_sem_new(sys_sem_t *sem, u8_t count);
201 void sys_sem_signal(sys_sem_t *sem);
219 u32_t sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout);
225 void sys_sem_free(sys_sem_t *sem);
236 int sys_sem_valid(sys_sem_t *sem);
246 void sys_sem_set_invalid(sys_sem_t *sem);
H A Dlowpower.h140 #define lowpower_sem_t sys_sem_t
H A Dapi.h234 sys_sem_t op_completed;
/third_party/lwip/test/unit/arch/
H A Dsys_arch.h35 typedef int sys_sem_t; typedef
65 typedef int (*test_sys_arch_waiting_fn)(sys_sem_t* wait_sem, sys_mbox_t* wait_mbox);
71 sys_sem_t* sys_arch_netconn_sem_get(void);
H A Dsys_arch.c75 sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
83 sys_sem_free(sys_sem_t *sem) in sys_sem_free()
90 sys_sem_set_invalid(sys_sem_t *sem) in sys_sem_set_invalid()
98 sys_arch_sem_wait(sys_sem_t *sem, u32_t timeout) in sys_arch_sem_wait()
140 sys_sem_signal(sys_sem_t *sem) in sys_sem_signal()
369 static sys_sem_t global_netconn_sem;
371 sys_sem_t* sys_arch_netconn_sem_get(void) in sys_arch_netconn_sem_get()
/third_party/lwip/src/include/lwip/priv/
H A Dtcpip_priv.h97 err_t tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t* sem);
104 sys_sem_t sem;
143 sys_sem_t *sem;
H A Dsockets_priv.h139 #define SELECT_SEM_T sys_sem_t*
142 #define SELECT_SEM_T sys_sem_t
H A Dapi_msg.h153 sys_sem_t* op_completed_sem;
184 sys_sem_t API_MSG_M_DEF_SEM(sem);
/third_party/lwip/src/core/
H A Dsys.c83 * Semaphores are represented by the type "sys_sem_t" which is typedef'd
138 sys_sem_t delaysem; in sys_msleep()
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h78 sys_sem_t sem;
/third_party/lwip/src/api/
H A Dapi_lib.c1279 sys_sem_t sem;
1348 sys_sem_t *sem = LWIP_NETCONN_THREAD_SEM_GET();
1359 sys_sem_t *sem = LWIP_NETCONN_THREAD_SEM_GET();
H A Dapi_msg.c513 sys_sem_t *op_completed_sem;
1107 sys_sem_t *op_completed_sem = LWIP_API_MSG_SEM(conn->current_msg);
1175 sys_sem_t *op_completed_sem;
1364 sys_sem_t *op_completed_sem = NULL;
1845 sys_sem_t *op_completed_sem = LWIP_API_MSG_SEM(conn->current_msg);
2012 sys_sem_t *write_completed_sem;
H A Dtcpip.c507 tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t *sem) in tcpip_send_msg_wait_sem()
H A Dsockets.c2894 sys_arch_sem_wait((sys_sem_t *)(LWIP_SETGETSOCKOPT_DATA_VAR_REF(data).completed_sem), 0);
2932 sys_sem_signal((sys_sem_t *)(data->completed_sem));
3345 sys_arch_sem_wait((sys_sem_t *)(LWIP_SETGETSOCKOPT_DATA_VAR_REF(data).completed_sem), 0);
3376 sys_sem_signal((sys_sem_t *)(data->completed_sem));

Completed in 14 milliseconds