Searched refs:wq_addr_mtx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_process_lock.h118 InitializeCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx))
120 DeleteCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx))
122 EnterCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx))
124 LeaveCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx))
269 (void)pthread_mutex_init(&SCTP_BASE_INFO(wq_addr_mtx), NULL)
271 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(wq_addr_mtx))
273 (void)pthread_mutex_lock(&SCTP_BASE_INFO(wq_addr_mtx))
275 (void)pthread_mutex_unlock(&SCTP_BASE_INFO(wq_addr_mtx))
H A Dsctp_pcb.h218 struct mtx wq_addr_mtx; member in struct:sctp_epinfo
224 userland_mutex_t wq_addr_mtx; member in struct:sctp_epinfo
231 lck_mtx_t *wq_addr_mtx; member in struct:sctp_epinfo
240 struct rwlock wq_addr_mtx; member in struct:sctp_epinfo

Completed in 1356 milliseconds