Home
last modified time | relevance | path

Searched refs:zap_other_threads (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/sched/
Dsignal.h338 extern int zap_other_threads(struct task_struct *p);
/Linux-v4.19/kernel/
Dexit.c965 zap_other_threads(current); in do_group_exit()
Dsignal.c1262 int zap_other_threads(struct task_struct *p) in zap_other_threads() function
/Linux-v4.19/fs/
Dexec.c1079 sig->notify_count = zap_other_threads(tsk); in de_thread()