Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_umtx.c953 error = thread_check_susp(td, false); in do_lock_umtx()
1009 error = thread_check_susp(td, false); in do_lock_umtx()
1391 rv = thread_check_susp(td, false); in do_lock_normal()
1432 rv = thread_check_susp(td, false); in do_lock_normal()
1445 rv = thread_check_susp(td, false); in do_lock_normal()
1488 rv = thread_check_susp(td, false); in do_lock_normal()
1582 error = thread_check_susp(td, false); in do_unlock_normal()
1721 error = thread_check_susp(td, false); in do_wake2_umutex()
3612 rv = thread_check_susp(td, true); in do_sem_wait()
3729 rv = thread_check_susp(td, true); in do_sem2_wait()
[all …]
H A Dkern_thread.c1517 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp() function
H A Dkern_sig.c4500 error = thread_check_susp(td, false); in sys_sigfastblock()
4601 if (thread_check_susp(td, false) != 0) in sigfastblock_setpend1()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_futex.c416 error = thread_check_susp(td, true); in linux_futex_lock_pi()
427 error = thread_check_susp(td, true); in linux_futex_lock_pi()
453 error = thread_check_susp(td, true); in linux_futex_lock_pi()
522 error = thread_check_susp(td, true); in linux_futex_lock_pi()
556 error = thread_check_susp(td, false); in linux_futex_lock_pi()
614 error = thread_check_susp(td, false); in linux_futex_unlock_pi()
978 error = thread_check_susp(td, false); in handle_futex_death()
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c1469 error = thread_check_susp(td, true); in vm_handle_rendezvous()
1559 error = thread_check_susp(td, false); in vm_handle_hlt()
1732 error = thread_check_susp(td, false); in vm_handle_suspend()
/freebsd-14.2/sys/sys/
H A Dproc.h1262 int thread_check_susp(struct thread *td, bool sleep);