Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dsignal.h342 extern int zap_other_threads(struct task_struct *p);
/linux-6.15/fs/
H A Dexec.c1039 sig->notify_count = zap_other_threads(tsk); in de_thread()
/linux-6.15/kernel/
H A Dexit.c1097 zap_other_threads(current); in do_group_exit()
H A Dsignal.c1337 int zap_other_threads(struct task_struct *p) in zap_other_threads() function