Home
last modified time | relevance | path

Searched refs:JOBCTL_STOP_PENDING (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sched/
H A Djobctl.h28 #define JOBCTL_STOP_PENDING (1UL << JOBCTL_STOP_PENDING_BIT) macro
41 #define JOBCTL_PENDING_MASK (JOBCTL_STOP_PENDING | JOBCTL_TRAP_MASK)
/linux/kernel/
H A Dsignal.c323 * %JOBCTL_PENDING_MASK. If %JOBCTL_STOP_PENDING is being cleared, other
336 if (mask & JOBCTL_STOP_PENDING) in task_clear_jobctl_pending()
349 * @task has %JOBCTL_STOP_PENDING set and is participating in a group stop.
366 WARN_ON_ONCE(!(task->jobctl & JOBCTL_STOP_PENDING)); in task_participate_group_stop()
368 task_clear_jobctl_pending(task, JOBCTL_STOP_PENDING); in task_participate_group_stop()
399 task_set_jobctl_pending(task, mask | JOBCTL_STOP_PENDING); in task_join_group_stop()
901 task_clear_jobctl_pending(t, JOBCTL_STOP_PENDING); in prepare_signal()
2413 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()
2532 * If %JOBCTL_STOP_PENDING is not set yet, initiate group stop with @signr
2555 if (!(current->jobctl & JOBCTL_STOP_PENDING)) { in do_signal_stop()
[all...]
H A Dptrace.c149 child->jobctl |= JOBCTL_STOP_PENDING; in __ptrace_unlink()
157 if (child->jobctl & JOBCTL_STOP_PENDING || task_is_traced(child)) in __ptrace_unlink()