Searched refs:__group_send_sig_info (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/kernel/ |
D | posix-cpu-timers.c | 976 __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk); in check_thread_timers() 990 __group_send_sig_info(SIGXCPU, SEND_SIG_PRIV, tsk); in check_thread_timers() 1029 __group_send_sig_info(signo, SEND_SIG_PRIV, tsk); in check_cpu_itimer() 1141 __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk); in check_process_timers() 1148 __group_send_sig_info(SIGXCPU, SEND_SIG_PRIV, tsk); in check_process_timers()
|
D | signal.c | 1039 __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p) in __group_send_sig_info() function 1532 __group_send_sig_info(sig, &info, tsk->parent); in do_notify_parent() 1585 __group_send_sig_info(SIGCHLD, &info, parent); in do_notify_parent_cldstop()
|
/linux-2.6.39/include/linux/ |
D | signal.h | 241 extern int __group_send_sig_info(int, struct siginfo *, struct task_struct *);
|
/linux-2.6.39/arch/tile/kernel/ |
D | hardwall.c | 275 __group_send_sig_info(info.si_signo, &info, p); in do_hardwall_trap()
|
/linux-2.6.39/drivers/tty/ |
D | tty_io.c | 603 __group_send_sig_info(SIGHUP, SEND_SIG_PRIV, p); in __tty_hangup() 604 __group_send_sig_info(SIGCONT, SEND_SIG_PRIV, p); in __tty_hangup()
|