Searched refs:tcb_mtx (Results 1 – 5 of 5) sorted by relevance
242 InitializeCriticalSection(&(_tcb)->tcb_mtx)245 DeleteCriticalSection(&(_tcb)->tcb_mtx)250 EnterCriticalSection(&(_tcb)->tcb_mtx); \255 EnterCriticalSection(&(_tcb)->tcb_mtx); \259 #define SCTP_TCB_TRYLOCK(_tcb) ((TryEnterCriticalSection(&(_tcb)->tcb_mtx)))262 LeaveCriticalSection(&(_tcb)->tcb_mtx); \401 (void)pthread_mutex_init(&(_tcb)->tcb_mtx, NULL)404 (void)pthread_mutex_destroy(&(_tcb)->tcb_mtx)409 (void)pthread_mutex_lock(&(_tcb)->tcb_mtx); \414 (void)pthread_mutex_lock(&(_tcb)->tcb_mtx); \[all …]
620 struct mtx tcb_mtx; member623 userland_mutex_t tcb_mtx; member626 lck_mtx_t* tcb_mtx; member
5699 if (mtx_owned(&lstcb->tcb_mtx)) {
371 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx); in sctp_log_lock()
14229 if (mtx_owned(&stcb->tcb_mtx)) {