Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c761 tcp->flags = TCB_INUSE | TCB_STARTUP;
1059 tcp->flags &= ~(TCB_INSYSCALL|TCB_STARTUP);
1829 if ((tcp->flags & TCB_STARTUP) && (tcp->status.PR_WHY == PR_SYSEXIT)) {
1837 tcp->flags &= ~TCB_STARTUP;
2192 if (tcp->flags & TCB_STARTUP) {
2198 tcp->flags &= ~TCB_STARTUP;
Ddefs.h313 #define TCB_STARTUP 00001 /* We have just begun ptracing this process */ macro
Dprocess.c837 & (TCB_STARTUP|TCB_ATTACHED|TCB_SUSPENDED))
838 != (TCB_STARTUP|TCB_ATTACHED|TCB_SUSPENDED))
884 tcpchild->flags &= ~(TCB_SUSPENDED|TCB_STARTUP);