Searched refs:thread_suspend_check (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_syscall.c265 thread_suspend_check(0);
H A Dsubr_trap.c342 thread_suspend_check(0);
H A Dkern_exit.c222 thread_suspend_check(0);
253 thread_suspend_check(0);
H A Dkern_thread.c882 * the processors. The thread_suspend_check()
954 thread_suspend_check(int return_instead) function
990 ("TDF_SBDRY set for unsafe thread_suspend_check"));
1085 error = sleep ? thread_suspend_check(0) : ERESTART;
H A Dsubr_sleepqueue.c470 ret = thread_suspend_check(1);
H A Dkern_sig.c1546 thread_suspend_check(0);
2347 * It may run a bit until it hits a thread_suspend_check().
2361 * hit thread_suspend_check() soon.
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1227 thread_suspend_check(0);
/freebsd-12-stable/sys/nlm/
H A Dnlm_advlock.c740 thread_suspend_check(0);
/freebsd-12-stable/sys/rpc/
H A Dsvc.c1239 thread_suspend_check(0);
/freebsd-12-stable/sys/sys/
H A Dproc.h1162 int thread_suspend_check(int how);

Completed in 144 milliseconds