Searched refs:ipi_ep_mtx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_process_lock.h128 InitializeCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
130 DeleteCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
132 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
134 TryEnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
136 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
138 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
140 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
279 (void)pthread_mutex_init(&SCTP_BASE_INFO(ipi_ep_mtx), NULL)
281 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_ep_mtx))
283 (void)pthread_mutex_lock(&SCTP_BASE_INFO(ipi_ep_mtx))
[all...]
H A Dsctp_pcb.h207 struct mtx ipi_ep_mtx; member in struct:sctp_epinfo
209 struct rwlock ipi_ep_mtx; member in struct:sctp_epinfo
220 userland_mutex_t ipi_ep_mtx; member in struct:sctp_epinfo
H A Dsctputil.c383 sctp_clog.x.lock.info_lock = mtx_owned(&SCTP_BASE_INFO(ipi_ep_mtx));
385 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx));

Completed in 194 milliseconds