Searched refs:SOCK_GET_RECVSEM (Results 1 – 3 of 3) sorted by relevance
168 #define SOCK_GET_RECVSEM(_sock) ((_sock)->netconn->pcb->fpcb.recv.recvSem) macro174 #define SOCK_WAIT_RECVSEM(_sock) SYS_ARCH_SEM_WAIT(&SOCK_GET_RECVSEM(_sock))175 #define SOCK_POST_RECVSEM(_sock) SYS_ARCH_SEM_POST(&SOCK_GET_RECVSEM(_sock))176 #define SOCK_TRYWAIT_RECVSEM(_sock) SYS_ARCH_SEM_TRYWAIT(&SOCK_GET_RECVSEM(_sock))
48 (void)SYS_ARCH_SEM_POST(&SOCK_GET_RECVSEM(sock)); in SpungePcbRecv()
322 (void)SYS_ARCH_SEM_POST(&SOCK_GET_RECVSEM(sock)); in SpungeShutdownSock()