Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsched_ule.c337 static inline void thread_unblock_switch(struct thread *, struct mtx *);
2122 thread_unblock_switch(struct thread *td, struct mtx *mtx) in thread_unblock_switch() function
2253 thread_unblock_switch(td, mtx); in sched_switch()