do_jobctl_trap(9) centos man page | unix.com

Man Page: do_jobctl_trap

Operating Environment: centos

Section: 9

DO_JOBCTL_TRAP(9)						   Driver Basics						 DO_JOBCTL_TRAP(9)

NAME
do_jobctl_trap - take care of ptrace jobctl traps
SYNOPSIS
void do_jobctl_trap(void);
ARGUMENTS
void no arguments
DESCRIPTION
When PT_SEIZED, it's used for both group stop and explicit SEIZE/INTERRUPT traps. Both generate PTRACE_EVENT_STOP trap with accompanying siginfo. If stopped, lower eight bits of exit_code contain the stop signal; otherwise, SIGTRAP. When !PT_SEIZED, it's used only for group stop trap with stop signal number as exit_code and no siginfo.
CONTEXT
Must be called with current->sighand->siglock held, which may be released and re-acquired before returning with intervening sleep.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DO_JOBCTL_TRAP(9)
Related Man Pages
pgsignal(9) - debian
psignal(9) - debian
setsetor(9) - freebsd
pgsignal(9) - linux
pgsignal(9) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Docker learning Phase-I