Searched refs:thread_check_susp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_umtx.c | 953 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 D | kern_thread.c | 1517 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp() function
|
| H A D | kern_sig.c | 4500 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 D | linux_futex.c | 416 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 D | vmm.c | 1469 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 D | proc.h | 1262 int thread_check_susp(struct thread *td, bool sleep);
|