Searched refs:FCOOP (Results 1 – 4 of 4) sorted by relevance
39 #define FCOOP (0200<<COMBITS) /* cooperating process */ macro
116 if(t->tre.tretyp&(FAMP|FCOOP)) in p_tree()126 if(t->tre.tretyp&FCOOP) in p_tree()
1208 if(type&FCOOP) in sh_exec()1248 if(type&(FCOOP|FAMP)) in sh_exec()1323 if(!(type&FPOU) || (type&FCOOP)) in sh_exec()2427 if(flags&FCOOP) in _sh_fork()3045 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()3091 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()3115 if(spawnpid<0 && (otype&FCOOP)) in sh_ntfork()
492 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()