Searched refs:tcb_send_mtx (Results 1 – 3 of 3) sorted by relevance
194 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)
624 struct mtx tcb_send_mtx; member627 userland_mutex_t tcb_send_mtx; member630 lck_mtx_t* tcb_send_mtx; member
14788 if (mtx_owned(&stcb->tcb_send_mtx)) {