Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sched/
Dsignal.h349 extern int zap_other_threads(struct task_struct *p);
/linux-6.6.21/kernel/
Dexit.c1016 zap_other_threads(current); in do_group_exit()
Dsignal.c1378 int zap_other_threads(struct task_struct *p) in zap_other_threads() function
/linux-6.6.21/fs/
Dexec.c1067 sig->notify_count = zap_other_threads(tsk); in de_thread()