Searched refs:TCB_IGNORE_ONE_SIGSTOP (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dstrace.c121 static int post_attach_sigstop = TCB_IGNORE_ONE_SIGSTOP;
124 # define post_attach_sigstop TCB_IGNORE_ONE_SIGSTOP
788 if (tcp->flags & TCB_IGNORE_ONE_SIGSTOP)
837 * 3. Attach SIGSTOP was already pending (TCB_IGNORE_ONE_SIGSTOP set)
2336 if (sig == SIGSTOP && (tcp->flags & TCB_IGNORE_ONE_SIGSTOP)) {
2339 tcp->flags &= ~TCB_IGNORE_ONE_SIGSTOP;
H A Ddefs.h441 #define TCB_IGNORE_ONE_SIGSTOP 0x02 /* Next SIGSTOP is to be ignored */ macro

Completed in 62 milliseconds