Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_umtx.c959 error = thread_check_susp(td, false); in do_lock_umtx()
1397 rv = thread_check_susp(td, false); in do_lock_normal()
1438 rv = thread_check_susp(td, false); in do_lock_normal()
1451 rv = thread_check_susp(td, false); in do_lock_normal()
1494 rv = thread_check_susp(td, false); in do_lock_normal()
1588 error = thread_check_susp(td, false); in do_unlock_normal()
1727 error = thread_check_susp(td, false); in do_wake2_umutex()
2231 error = thread_check_susp(td, true); in do_lock_pi()
3560 rv = thread_check_susp(td, true); in do_sem_wait()
3682 rv = thread_check_susp(td, true); in do_sem2_wait()
[all …]
H A Dkern_thread.c1464 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp() function
H A Dkern_sig.c4293 error = thread_check_susp(td, false); in sys_sigfastblock()
4394 if (thread_check_susp(td, false) != 0) in sigfastblock_setpend1()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1326 error = thread_check_susp(td, true); in vm_handle_rendezvous()
1416 error = thread_check_susp(td, false); in vm_handle_hlt()
1588 error = thread_check_susp(td, false); in vm_handle_suspend()
/freebsd-13.1/sys/sys/
H A Dproc.h1179 int thread_check_susp(struct thread *td, bool sleep);