Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_list.c67 static struct umutex tcb_lock = DEFAULT_UMUTEX; variable
90 _thr_umutex_init(&tcb_lock); in _thr_list_init()
172 THR_LOCK_ACQUIRE(curthread, &tcb_lock); in _thr_alloc()
174 THR_LOCK_RELEASE(curthread, &tcb_lock); in _thr_alloc()
199 THR_LOCK_ACQUIRE(curthread, &tcb_lock); in _thr_free()
201 THR_LOCK_RELEASE(curthread, &tcb_lock); in _thr_free()
/freebsd-12-stable/sys/netinet/
Dsctp_uio.h854 uint8_t tcb_lock; member
Dsctputil.c366 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx); in sctp_log_lock()
368 sctp_clog.x.lock.tcb_lock = SCTP_LOCK_UNKNOWN; in sctp_log_lock()