Searched refs:TCB_STARTUP (Results 1 – 4 of 4) sorted by relevance
1123 tcp->flags = TCB_INUSE | TCB_STARTUP; in alloc_tcb()1405 tcp->flags &= ~(TCB_INSYSCALL|TCB_STARTUP); in proc_open()1678 catch_sigstop = (tcp->flags & TCB_STARTUP);2207 if ((tcp->flags & TCB_STARTUP) && (tcp->status.PR_WHY == PR_SYSEXIT)) { in trace()2215 tcp->flags &= ~TCB_STARTUP; in trace()2336 && !(tcp->flags & TCB_STARTUP) in handle_group_exit()2553 if ((tcp->flags & (TCB_ATTACHED|TCB_STARTUP)) == TCB_ATTACHED in trace()2598 if ((tcp->flags & TCB_STARTUP) && in trace()2605 tcp->flags &= ~TCB_STARTUP; in trace()
394 #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.