Home
last modified time | relevance | path

Searched refs:sys_sem_valid (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsys.h97 #define sys_sem_valid(s) 0 macro
156 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)
237 #ifndef sys_sem_valid
242 int sys_sem_valid(sys_sem_t *sem);
255 #define sys_sem_valid_val(sem) sys_sem_valid(&(sem))
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsys.h97 #define sys_sem_valid(s) 0 macro
156 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)
237 #ifndef sys_sem_valid
242 int sys_sem_valid(sys_sem_t *sem);
255 #define sys_sem_valid_val(sem) sys_sem_valid(&(sem))
/AliOS-Things-master/components/lwip/lwip2.0.0/port/include/arch/
A Dsys_arch.h48 #define sys_sem_valid(sem) aos_sem_is_valid(sem) macro
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_lib.c143 LWIP_ASSERT("conn has no op_completed", sys_sem_valid(&conn->op_completed)); in netconn_new_with_proto_and_callback()
980 if ((sem == NULL) || !sys_sem_valid(sem)) { in netconn_thread_init()
983 …LWIP_ASSERT("LWIP_NETCONN_THREAD_SEM_ALLOC() failed", sys_sem_valid(LWIP_NETCONN_THREAD_SEM_GET())… in netconn_thread_init()
991 if ((sem != NULL) && sys_sem_valid(sem)) { in netconn_thread_cleanup()
A Dtcpip.c391 LWIP_ASSERT("semaphore not initialized", sys_sem_valid(sem)); in tcpip_send_msg_wait_sem()
A Dapi_msg.c431 LWIP_ASSERT("inavlid op_completed_sem", sys_sem_valid(op_completed_sem));
1095 if (sys_sem_valid(LWIP_API_MSG_SEM(msg))) {

Completed in 10 milliseconds