Searched refs:tcb_lock (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_list.c67 static struct umutex tcb_lock = DEFAULT_UMUTEX; variable in typeref:struct:umutex
90 _thr_umutex_init(&tcb_lock);
172 THR_LOCK_ACQUIRE(curthread, &tcb_lock);
174 THR_LOCK_RELEASE(curthread, &tcb_lock);
199 THR_LOCK_ACQUIRE(curthread, &tcb_lock);
201 THR_LOCK_RELEASE(curthread, &tcb_lock);
/freebsd-12-stable/sys/netinet/
H A Dsctp_uio.h854 uint8_t tcb_lock; member in struct:sctp_lock_log
H A Dsctputil.c366 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx);
368 sctp_clog.x.lock.tcb_lock = SCTP_LOCK_UNKNOWN;
5804 * socketbuf lock and the sender uses the tcb_lock
6383 * the sender uses the tcb_lock to increment, we need to use

Completed in 138 milliseconds