centos man page for task_set_jobctl_pending

Query: task_set_jobctl_pending

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TASK_SET_JOBCTL_PEND(9) 					   Driver Basics					   TASK_SET_JOBCTL_PEND(9)

NAME
task_set_jobctl_pending - set jobctl pending bits
SYNOPSIS
bool task_set_jobctl_pending(struct task_struct * task, unsigned int mask);
ARGUMENTS
task target task mask pending bits to set
DESCRIPTION
Clear mask from task->jobctl. mask must be subset of JOBCTL_PENDING_MASK | JOBCTL_STOP_CONSUME | JOBCTL_STOP_SIGMASK | JOBCTL_TRAPPING. If stop signo is being set, the existing signo is cleared. If task is already being killed or exiting, this function becomes noop.
CONTEXT
Must be called with task->sighand->siglock held.
RETURNS
true if mask is set, false if made noop because task was dying.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 TASK_SET_JOBCTL_PEND(9)
Related Man Pages
pvm_settmask(3pvm) - redhat
gearman_task_take_data(3) - debian
gearman_task_st(3) - debian
pvm_gettmask(3pvm) - debian
pvm_settmask(3pvm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
Controlling user input