Searched refs:XCOPROC (Results 1 – 3 of 3) sorted by relevance
552 if (flags & XCOPROC) in exchild()580 if ((!(flags & (XPIPEI | XCOPROC))) && in exchild()617 if (flags & XCOPROC) { in exchild()
286 exchild(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE, in execute()
1438 #define XCOPROC BIT(9) /* starting a co-process */ macro