do_notify_parent_cldstop(9) centos man page | unix.com

Man Page: do_notify_parent_cldstop

Operating Environment: centos

Section: 9

DO_NOTIFY_PARENT_CLD(9) 					   Driver Basics					   DO_NOTIFY_PARENT_CLD(9)

NAME
do_notify_parent_cldstop - notify parent of stopped/continued state change
SYNOPSIS
void do_notify_parent_cldstop(struct task_struct * tsk, bool for_ptracer, int why);
ARGUMENTS
tsk task reporting the state change for_ptracer the notification is for ptracer why CLD_{CONTINUED|STOPPED|TRAPPED} to report
DESCRIPTION
Notify tsk's parent that the stopped/continued state has changed. If for_ptracer is false, tsk's group leader notifies to its real parent. If true, tsk reports to tsk->parent which should be the ptracer.
CONTEXT
Must be called with tasklist_lock at least read locked.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DO_NOTIFY_PARENT_CLD(9)
Related Man Pages
__get_user_pages(9) - centos
device_create_with_groups(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
get_user_pages(9) - suse
utrace_prepare_examine(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq