Searched refs:thread_check_susp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | kern_umtx.c | 959 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 D | kern_thread.c | 1464 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp() function
|
| H A D | kern_sig.c | 4293 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 D | vmm.c | 1326 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 D | proc.h | 1179 int thread_check_susp(struct thread *td, bool sleep);
|