Searched refs:TCB_STARTUP (Results 1 – 4 of 4) sorted by relevance
1120 tcp->flags = TCB_INUSE | TCB_STARTUP; in alloc_tcb()1402 tcp->flags &= ~(TCB_INSYSCALL|TCB_STARTUP); in proc_open()1675 catch_sigstop = (tcp->flags & TCB_STARTUP);2204 if ((tcp->flags & TCB_STARTUP) && (tcp->status.PR_WHY == PR_SYSEXIT)) { in trace()2212 tcp->flags &= ~TCB_STARTUP; in trace()2333 && !(tcp->flags & TCB_STARTUP) in handle_group_exit()2550 if ((tcp->flags & (TCB_ATTACHED|TCB_STARTUP)) == TCB_ATTACHED in trace()2595 if ((tcp->flags & TCB_STARTUP) && in trace()2602 tcp->flags &= ~TCB_STARTUP; in trace()
390 #define TCB_STARTUP 00001 /* We have just begun ptracing this process */ macro
821 & (TCB_STARTUP|TCB_ATTACHED|TCB_SUSPENDED)) in handle_new_child()822 != (TCB_STARTUP|TCB_ATTACHED|TCB_SUSPENDED)) in handle_new_child()865 tcpchild->flags &= ~(TCB_SUSPENDED|TCB_STARTUP); in handle_new_child()
202 tcb has TCB_STARTUP bit set - we can attach to the task1305 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.