Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dproc.h391 void thread_lock_unblock(struct thread *, struct mtx *);
/f-stack/freebsd/kern/
H A Dkern_mutex.c969 thread_lock_unblock(struct thread *td, struct mtx *new) in thread_lock_unblock() function
H A Dsched_ule.c1229 thread_lock_unblock(td, TDQ_LOCKPTR(tdq)); in sched_setcpu()