Home | History | Annotate | Download | only in netinet

Lines Matching refs:ipi_ep_mtx

128 	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))
285 (!(pthread_mutex_trylock(&SCTP_BASE_INFO(ipi_ep_mtx))))
287 (void)pthread_mutex_lock(&SCTP_BASE_INFO(ipi_ep_mtx))
289 (void)pthread_mutex_unlock(&SCTP_BASE_INFO(ipi_ep_mtx))
291 (void)pthread_mutex_unlock(&SCTP_BASE_INFO(ipi_ep_mtx))