Searched refs:sig_suspend_threads (Results 1 – 1 of 1) sorted by relevance
111 static bool sig_suspend_threads(struct thread *, struct proc *);2523 sig_suspend_threads(td, p); in tdsendsignal()2799 sig_suspend_threads(struct thread *td, struct proc *p) in sig_suspend_threads() function2859 if (sig_suspend_threads(td, p) && td == NULL) in sig_handle_first_stop()3283 sig_suspend_threads(td, p); in sigprocess()