Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsubr_trap.c364 thread_suspend_check(0); in ast()
H A Dkern_exit.c260 thread_suspend_check(0); in exit1()
291 thread_suspend_check(0); in exit1()
H A Dkern_thread.c1353 thread_suspend_check(int return_instead) in thread_suspend_check() function
1482 error = sleep ? thread_suspend_check(0) : ERESTART; in thread_check_susp()
H A Dkern_fork.c827 thread_suspend_check(0); in fork_rfppwait()
H A Dkern_sig.c1587 thread_suspend_check(0); in kern_sigsuspend()
3293 ret = thread_suspend_check(1); in sig_ast_checksusp()
/freebsd-13.1/sys/sys/
H A Dproc.h1198 int thread_suspend_check(int how);
/freebsd-13.1/sys/nlm/
H A Dnlm_advlock.c740 thread_suspend_check(0); in nlm_record_lock()
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_freebsd.c1223 thread_suspend_check(0); in nm_kctx_worker()
/freebsd-13.1/sys/rpc/
H A Dsvc.c1241 thread_suspend_check(0); in svc_run_internal()