sys_sem_set_invalid() is only used within LwIP.
 
Symbols
loading...
Files
loading...

sys_sem_set_invalid() function

Invalidate a semaphore so that sys_sem_valid() returns 0. ATTENTION: This does NOT mean that the semaphore shall be deallocated: sys_sem_free() is always called before calling this function! This may also be a define, in which case the function is not prototyped.

Syntax

void sys_sem_set_invalid(sys_sem_t *sem);
Implemented in sys_arch.c:366

Arguments

sem

References

LocationReferrerText
sys_arch.c:366
void sys_sem_set_invalid(sys_sem_t *sem)
sys.h:246
void sys_sem_set_invalid(sys_sem_t *sem);
api_msg.c:812netconn_free()
sys_sem_set_invalid(&conn->op_completed);

Call Tree

Functions calling sys_sem_set_invalid()
all items filtered out
sys_sem_set_invalid()