aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 870b75e348ab..d58e74b98367 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1616,11 +1616,13 @@ static inline int lock_need_resched(spinlock_t *lock)
1616 return 0; 1616 return 0;
1617} 1617}
1618 1618
1619/* Reevaluate whether the task has signals pending delivery. 1619/*
1620 This is required every time the blocked sigset_t changes. 1620 * Reevaluate whether the task has signals pending delivery.
1621 callers must hold sighand->siglock. */ 1621 * Wake the task if so.
1622 1622 * This is required every time the blocked sigset_t changes.
1623extern FASTCALL(void recalc_sigpending_tsk(struct task_struct *t)); 1623 * callers must hold sighand->siglock.
1624 */
1625extern void recalc_sigpending_and_wake(struct task_struct *t);
1624extern void recalc_sigpending(void); 1626extern void recalc_sigpending(void);
1625 1627
1626extern void signal_wake_up(struct task_struct *t, int resume_stopped); 1628extern void signal_wake_up(struct task_struct *t, int resume_stopped);