Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsys.h59 #define sys_sem_valid(s) 0 macro
118 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)
228 #ifndef sys_sem_valid
236 int sys_sem_valid(sys_sem_t *sem);
252 #define sys_sem_valid_val(sem) sys_sem_valid(&(sem))
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsys.h59 #define sys_sem_valid(s) 0 macro
118 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)
199 #ifndef sys_sem_valid
204 int sys_sem_valid(sys_sem_t *sem);
217 #define sys_sem_valid_val(sem) sys_sem_valid(&(sem))
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsys.h54 #define sys_sem_valid(s) 0 macro
105 #define sys_mutex_valid(mutex) sys_sem_valid(mutex)
154 #ifndef sys_sem_valid
156 int sys_sem_valid(sys_sem_t *sem);
/components/net/lwip/lwip-2.1.2/test/unit/arch/
A Dsys_arch.h36 #define sys_sem_valid(sema) ((sema) != NULL) macro
/components/net/lwip/lwip-2.0.3/src/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()
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()
A Dtcpip.c340 LWIP_ASSERT("semaphore not initialized", sys_sem_valid(sem)); in tcpip_send_msg_wait_sem()
A Dapi_msg.c438 LWIP_ASSERT("inavlid op_completed_sem", sys_sem_valid(op_completed_sem));
1108 if (sys_sem_valid(LWIP_API_MSG_SEM(msg))) {
/components/net/lwip/port/
A Dsys_arch.c215 #ifndef sys_sem_valid
219 int sys_sem_valid(sys_sem_t *sem) in sys_sem_valid() function
/components/net/lwip/lwip-2.1.2/src/api/
A Dapi_lib.c169 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)) {
A Dtcpip.c448 LWIP_ASSERT("semaphore not initialized", sys_sem_valid(sem)); in tcpip_send_msg_wait_sem()
A Dapi_msg.c495 LWIP_ASSERT("inavlid op_completed_sem", sys_sem_valid(op_completed_sem));
1203 if (sys_sem_valid(LWIP_API_MSG_SEM(msg))) {
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt83 - int sys_sem_valid(sys_sem_t *sem)
92 Invalidate a semaphore so that sys_sem_valid() returns 0.
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt82 - int sys_sem_valid(sys_sem_t *sem)
91 Invalidate a semaphore so that sys_sem_valid() returns 0.
/components/net/lwip/lwip-1.4.1/src/api/
A Dapi_lib.c80 LWIP_ASSERT("conn has no op_completed", sys_sem_valid(&conn->op_completed)); in netconn_new_with_proto_and_callback()
A Dapi_msg.c885 if (sys_sem_valid(&msg->conn->op_completed)) {

Completed in 27 milliseconds