Searched refs:sys_sem_valid (Results 1 – 15 of 15) sorted by relevance
59 #define sys_sem_valid(s) 0 macro118 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)228 #ifndef sys_sem_valid236 int sys_sem_valid(sys_sem_t *sem);252 #define sys_sem_valid_val(sem) sys_sem_valid(&(sem))
59 #define sys_sem_valid(s) 0 macro118 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)199 #ifndef sys_sem_valid204 int sys_sem_valid(sys_sem_t *sem);217 #define sys_sem_valid_val(sem) sys_sem_valid(&(sem))
54 #define sys_sem_valid(s) 0 macro105 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)154 #ifndef sys_sem_valid156 int sys_sem_valid(sys_sem_t *sem);
36 #define sys_sem_valid(sema) ((sema) != NULL) macro
143 LWIP_ASSERT("conn has no op_completed", sys_sem_valid(&conn->op_completed)); in netconn_new_with_proto_and_callback()992 if ((sem == NULL) || !sys_sem_valid(sem)) { in netconn_thread_init()995 …LWIP_ASSERT("LWIP_NETCONN_THREAD_SEM_ALLOC() failed", sys_sem_valid(LWIP_NETCONN_THREAD_SEM_GET())… in netconn_thread_init()1003 if ((sem != NULL) && sys_sem_valid(sem)) { in netconn_thread_cleanup()
340 LWIP_ASSERT("semaphore not initialized", sys_sem_valid(sem)); in tcpip_send_msg_wait_sem()
438 LWIP_ASSERT("inavlid op_completed_sem", sys_sem_valid(op_completed_sem));1108 if (sys_sem_valid(LWIP_API_MSG_SEM(msg))) {
215 #ifndef sys_sem_valid219 int sys_sem_valid(sys_sem_t *sem) in sys_sem_valid() function
169 LWIP_ASSERT("conn has no op_completed", sys_sem_valid(&conn->op_completed)); in netconn_new_with_proto_and_callback()1349 if ((sem == NULL) || !sys_sem_valid(sem)) {1352 …LWIP_ASSERT("LWIP_NETCONN_THREAD_SEM_ALLOC() failed", sys_sem_valid(LWIP_NETCONN_THREAD_SEM_GET())…1360 if ((sem != NULL) && sys_sem_valid(sem)) {
448 LWIP_ASSERT("semaphore not initialized", sys_sem_valid(sem)); in tcpip_send_msg_wait_sem()
495 LWIP_ASSERT("inavlid op_completed_sem", sys_sem_valid(op_completed_sem));1203 if (sys_sem_valid(LWIP_API_MSG_SEM(msg))) {
83 - int sys_sem_valid(sys_sem_t *sem)92 Invalidate a semaphore so that sys_sem_valid() returns 0.
82 - int sys_sem_valid(sys_sem_t *sem)91 Invalidate a semaphore so that sys_sem_valid() returns 0.
80 LWIP_ASSERT("conn has no op_completed", sys_sem_valid(&conn->op_completed)); in netconn_new_with_proto_and_callback()
885 if (sys_sem_valid(&msg->conn->op_completed)) {
Completed in 27 milliseconds