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