Home
last modified time | relevance | path

Searched defs:ACCEPT_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_socketvar.h247 #define ACCEPT_UNLOCK() do { \ macro
257 #define ACCEPT_UNLOCK() KASSERT(pthread_mutex_unlock(&accept_mtx) == 0, ("%s: accept_mtx not locked… macro
260 #define ACCEPT_UNLOCK() (void)pthread_mutex_unlock(&accept_mtx) macro