Searched refs:tcb_send_mtx (Results 1 – 3 of 3) sorted by relevance
200 InitializeCriticalSection(&(_tcb)->tcb_send_mtx)203 DeleteCriticalSection(&(_tcb)->tcb_send_mtx)206 EnterCriticalSection(&(_tcb)->tcb_send_mtx); \210 LeaveCriticalSection(&(_tcb)->tcb_send_mtx)359 (void)pthread_mutex_init(&(_tcb)->tcb_send_mtx, NULL)362 (void)pthread_mutex_destroy(&(_tcb)->tcb_send_mtx)365 (void)pthread_mutex_lock(&(_tcb)->tcb_send_mtx); \369 (void)pthread_mutex_unlock(&(_tcb)->tcb_send_mtx)
627 struct mtx tcb_send_mtx; member630 userland_mutex_t tcb_send_mtx; member633 lck_mtx_t* tcb_send_mtx; member
14434 if (mtx_owned(&stcb->tcb_send_mtx)) {