Searched refs:thread_check_susp (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 1034 rv = thread_check_susp(td, false); in do_lock_normal() 1075 rv = thread_check_susp(td, false); in do_lock_normal() 1088 rv = thread_check_susp(td, false); in do_lock_normal() 1131 rv = thread_check_susp(td, false); in do_lock_normal() 1225 error = thread_check_susp(td, false); in do_unlock_normal() 1364 error = thread_check_susp(td, false); in do_wake2_umutex() 1868 error = thread_check_susp(td, true); in do_lock_pi() 1957 error = thread_check_susp(td, true); in do_lock_pi() 3197 rv = thread_check_susp(td, true); in do_sem_wait() 3319 rv = thread_check_susp(td, true); in do_sem2_wait() [all …]
|
| H A D | kern_thread.c | 1432 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp() function
|
| H A D | kern_sig.c | 4141 error = thread_check_susp(td, false); in sys_sigfastblock() 4242 if (thread_check_susp(td, false) != 0) in sigfastblock_setpend1()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 1309 error = thread_check_susp(td, true); in vm_handle_rendezvous() 1399 error = thread_check_susp(td, false); in vm_handle_hlt() 1571 error = thread_check_susp(td, false); in vm_handle_suspend()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1158 int thread_check_susp(struct thread *td, bool sleep);
|