Searched refs:SOCK_CONN_TRY_LOCK_CLOSE (Results 1 – 2 of 2) sorted by relevance
164 #define SOCK_CONN_TRY_LOCK_CLOSE(_sock) SYS_ARCH_SEM_TRYWAIT(&(_sock)->sockCloseProtect) macro
1124 if (SOCK_CONN_TRY_LOCK_CLOSE(sock) != ERR_OK) { in SockClose()