Searched refs:SIGNAL_STOP_CONTINUED (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/
H A Dexit.c1252 if (!(p->signal->flags & SIGNAL_STOP_CONTINUED)) wait_task_continued()
1257 if (!(p->signal->flags & SIGNAL_STOP_CONTINUED)) { wait_task_continued()
1262 p->signal->flags &= ~SIGNAL_STOP_CONTINUED; wait_task_continued()
H A Dsignal.c891 signal->flags = why | SIGNAL_STOP_CONTINUED;
2027 * This is not necessary for SIGNAL_STOP_CONTINUED because
/linux-4.1.27/include/linux/
H A Dsched.h764 #define SIGNAL_STOP_CONTINUED 0x00000002 /* SIGCONT since WCONTINUED reap */ macro

Completed in 163 milliseconds