Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_umtx.c1034 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 Dkern_thread.c1432 thread_check_susp(struct thread *td, bool sleep) in thread_check_susp() function
H A Dkern_sig.c4141 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 Dvmm.c1309 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 Dproc.h1158 int thread_check_susp(struct thread *td, bool sleep);