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)NAMEtask_set_jobctl_pending - set jobctl pending bitsSYNOPSISbool task_set_jobctl_pending(struct task_struct * task, unsigned int mask);ARGUMENTStask target task mask pending bits to setDESCRIPTIONClear 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.CONTEXTMust be called with task->sighand->siglock held.RETURNStrue if mask is set, false if made noop because task was dying.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TASK_SET_JOBCTL_PEND(9)
| Related Man Pages | 
|---|
| schedule_hrtimeout_range(9) - centos | 
| pvm_settmask(3pvm) - redhat | 
| gearman_task_context(3) - debian | 
| iv_task(3) - debian | 
| pvm_gettmask(3pvm) - debian | 
| Similar Topics in the Unix Linux Community | 
|---|
| Is UNIX an open source OS ? | 
| Weird 'find' results | 
| Best performance UNIX just for HOST Virtualization? | 
| CentOS7 restoring file capabilities | 
| [TIP] Processing YAML files with yq |