Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h194 InitializeCriticalSection(&(_tcb)->tcb_send_mtx)
196 DeleteCriticalSection(&(_tcb)->tcb_send_mtx)
198 EnterCriticalSection(&(_tcb)->tcb_send_mtx)
200 LeaveCriticalSection(&(_tcb)->tcb_send_mtx)
394 (void)pthread_mutex_init(&(_tcb)->tcb_send_mtx, &SCTP_BASE_VAR(mtx_attr))
396 (void)pthread_mutex_destroy(&(_tcb)->tcb_send_mtx)
399 …KASSERT(pthread_mutex_lock(&(_tcb)->tcb_send_mtx) == 0, ("%s: tcb_send_mtx already locked", __func…
401 …KASSERT(pthread_mutex_unlock(&(_tcb)->tcb_send_mtx) == 0, ("%s: tcb_send_mtx not locked", __func__…
404 (void)pthread_mutex_lock(&(_tcb)->tcb_send_mtx)
406 (void)pthread_mutex_unlock(&(_tcb)->tcb_send_mtx)
Dsctp_pcb.h624 struct mtx tcb_send_mtx; member
627 userland_mutex_t tcb_send_mtx; member
630 lck_mtx_t* tcb_send_mtx; member
Dsctp_output.c14788 if (mtx_owned(&stcb->tcb_send_mtx)) {