Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h132 InitializeCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
134 DeleteCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
136 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
138 TryEnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
140 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
142 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
144 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
274 (void)pthread_mutex_init(&SCTP_BASE_INFO(ipi_ep_mtx), &SCTP_BASE_VAR(mtx_attr))
276 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_ep_mtx))
279 …KASSERT(pthread_mutex_lock(&SCTP_BASE_INFO(ipi_ep_mtx)) == 0, ("%s: ipi_ep_mtx already locked", __…
[all …]
Dsctp_pcb.h208 struct rwlock ipi_ep_mtx; member
214 userland_mutex_t ipi_ep_mtx; member
Dsctputil.c399 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx)); in sctp_log_lock()