Home
last modified time | relevance | path

Searched refs:TCB_STARTUP (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dstrace.c1028 cur_tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_attach()
1065 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_attach()
1291 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in startup_child()
1293 tcp->flags |= TCB_ATTACHED | TCB_STARTUP; in startup_child()
1887 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in maybe_allocate_tcb()
2016 tcp->flags &= ~TCB_STARTUP; in startup_tcb()
2170 if (tcp->flags & TCB_STARTUP) { in trace()
Ddefs.h297 #define TCB_STARTUP 0x01 macro
DChangeLog-CVS202 tcb has TCB_STARTUP bit set - we can attach to the task
1305 new SIGSTOP for processes still in TCB_STARTUP.
1308 have been already caught before clearing TCB_STARTUP.
1310 Clear TCB_STARTUP only in the case the received signal was SIGSTOP.
1311 New comment when `TCB_BPTSET && TCB_STARTUP' combination can be set.