Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h351 extern int zap_other_threads(struct task_struct *p);
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c905 zap_other_threads(current); in do_group_exit()
H A Dsignal.c1351 int zap_other_threads(struct task_struct *p) in zap_other_threads() function
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1068 sig->notify_count = zap_other_threads(tsk); in de_thread()