Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c122 static int post_attach_sigstop = TCB_IGNORE_ONE_SIGSTOP;
125 # define post_attach_sigstop TCB_IGNORE_ONE_SIGSTOP
807 if (tcp->flags & TCB_IGNORE_ONE_SIGSTOP) in detach()
2221 if (sig == SIGSTOP && (tcp->flags & TCB_IGNORE_ONE_SIGSTOP)) { in trace()
2224 tcp->flags &= ~TCB_IGNORE_ONE_SIGSTOP; in trace()
Ddefs.h322 #define TCB_IGNORE_ONE_SIGSTOP 0x02 /* Next SIGSTOP is to be ignored */ macro