Searched refs:TCB_IGNORE_ONE_SIGSTOP (Results 1 – 3 of 3) sorted by relevance
117 static int post_attach_sigstop = TCB_IGNORE_ONE_SIGSTOP;120 # define post_attach_sigstop TCB_IGNORE_ONE_SIGSTOP860 if (tcp->flags & TCB_IGNORE_ONE_SIGSTOP) in detach()2406 if (sig == SIGSTOP && (tcp->flags & TCB_IGNORE_ONE_SIGSTOP)) { in trace()2409 tcp->flags &= ~TCB_IGNORE_ONE_SIGSTOP; in trace()
247 #define TCB_IGNORE_ONE_SIGSTOP 0x02 /* Next SIGSTOP is to be ignored */ macro
25837 * strace.c (detach): If TCB_IGNORE_ONE_SIGSTOP is set,30875 We do it by adding a new bit, TCB_IGNORE_ONE_SIGSTOP, and treating30876 TCB_STARTUP and TCB_IGNORE_ONE_SIGSTOP as two slightly different things.30878 * defs.h: Add a new flag bit, TCB_IGNORE_ONE_SIGSTOP.30879 * process.c (internal_fork): Set TCB_IGNORE_ONE_SIGSTOP on a newly added child.30880 * strace.c (startup_attach): Set TCB_IGNORE_ONE_SIGSTOP after attach.30883 (startup_child): Set TCB_IGNORE_ONE_SIGSTOP after attach, _if needed_.30885 (detach): Perform anti-SIGSTOP dance only if TCB_IGNORE_ONE_SIGSTOP is set,30887 (trace): Set TCB_IGNORE_ONE_SIGSTOP after attach.30889 Clear TCB_IGNORE_ONE_SIGSTOP when SIGSTOP is seen.