Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dproc.h379 void thread_lock_unblock(struct thread *, struct mtx *);
/freebsd-12.1/sys/kern/
H A Dkern_mutex.c957 thread_lock_unblock(struct thread *td, struct mtx *new) in thread_lock_unblock() function
H A Dsched_ule.c1233 thread_lock_unblock(td, TDQ_LOCKPTR(tdq)); in sched_setcpu()