HomeSort by relevance Sort by last modified time
    Searched refs:TCB_BPTSET (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 320 #define TCB_BPTSET 00100 /* "Breakpoint" set after fork(2) */
process.c 818 int bpt = tcp->flags & TCB_BPTSET;
871 tcpchild->flags |= TCB_BPTSET;
971 int bpt = tcp->flags & TCB_BPTSET;
1047 tcpchild->flags |= TCB_BPTSET;
    [all...]
strace.c 1222 if (tcp->flags & TCB_BPTSET)
    [all...]

Completed in 60 milliseconds