Query: trace_signal_generate
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE_SIGNAL_GENERAT(9) SIGNAL TRACE_SIGNAL_GENERAT(9)NAMEtrace_signal_generate - called when a signal is generatedSYNOPSISvoid trace_signal_generate(int sig, struct siginfo * info, struct task_struct * task);ARGUMENTSsig signal number info pointer to struct siginfo task pointer to struct task_structDESCRIPTIONCurrent process sends a 'sig' signal to 'task' process with 'info' siginfo. If 'info' is SEND_SIG_NOINFO or SEND_SIG_PRIV, 'info' is not a pointer and you can't access its field. Instead, SEND_SIG_NOINFO means that si_code is SI_USER, and SEND_SIG_PRIV means that si_code is SI_KERNEL.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 TRACE_SIGNAL_GENERAT(9)
Related Man Pages |
---|
sigqueue(2) - linux |
psiginfo(3c) - opensolaris |
rt_sigqueueinfo(2) - suse |
sigqueue(2) - suse |
sigtimedwait(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Change directory error |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
Shopt -s histappend |