Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h442 #define SOCKBUF_LOCK_ASSERT(_so_buf) argument
443 #define SOCKBUF_LOCK(_so_buf) EnterCriticalSection(&(_so_buf)->sb_mtx) argument
444 #define SOCKBUF_UNLOCK(_so_buf) LeaveCriticalSection(&(_so_buf)->sb_mtx) argument
448 #define SOCKBUF_LOCK_ASSERT(_so_buf) KASSERT(pthread_mutex_trylock(SOCKBUF_MTX(_so_buf)) == EBUSY, … argument
449 #define SOCKBUF_LOCK(_so_buf) pthread_mutex_lock(SOCKBUF_MTX(_so_buf)) argument
450 #define SOCKBUF_UNLOCK(_so_buf) pthread_mutex_unlock(SOCKBUF_MTX(_so_buf)) argument
457 #define SOCKBUF_LOCK(_so_buf) argument
458 #define SOCKBUF_UNLOCK(_so_buf) argument
459 #define SOCKBUF_LOCK_ASSERT(_so_buf) argument
Dsctp_lock_userspace.h246 #define SOCKBUF_LOCK(_so_buf) argument
247 #define SOCKBUF_UNLOCK(_so_buf) argument
248 #define SOCKBUF_LOCK_ASSERT(_so_buf) argument