Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_list.c64 static struct umutex tcb_lock = DEFAULT_UMUTEX; variable
87 _thr_umutex_init(&tcb_lock); in _thr_list_init()
169 THR_LOCK_ACQUIRE(curthread, &tcb_lock); in _thr_alloc()
171 THR_LOCK_RELEASE(curthread, &tcb_lock); in _thr_alloc()
196 THR_LOCK_ACQUIRE(curthread, &tcb_lock); in _thr_free()
198 THR_LOCK_RELEASE(curthread, &tcb_lock); in _thr_free()
/freebsd/sys/netinet/
H A Dsctp_uio.h848 uint8_t tcb_lock; member
H A Dsctputil.c363 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx); in sctp_log_lock()
365 sctp_clog.x.lock.tcb_lock = SCTP_LOCK_UNKNOWN; in sctp_log_lock()