Searched defs:BUSY (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h164 #define BUSY (01) /* block is busy */ macro
167 #define BITS (07) /* (BUSY|PFREE|JUNK) */
174 #define ISBUSY(w) ((w) & BUSY)
175 #define SETBUSY(w) ((w) |= BUSY)
176 #define CLRBUSY(w) ((w) &= ~BUSY)
/ast/src/cmd/coshell/
H A Dservice.h98 #define BUSY ((UPDATE)*2) /* default max busy */ macro
102 #define GRACE BUSY /* default busy grace */
/ast/src/cmd/nmake/
H A DMakerules.mk1352 .DO.INSTALL.OLD.BUSY = { test -f $(%) && ignore $(RM) $(RMFLAGS) $(%).old* && $(MV) $(MVFLAGS) $(%) `echo $(%).old* | $(SED) -e 's/.* //' -e 's/old\(z*\)$/old\1z/' -e 's/\*$//'`; }
1358 return { $(RM) $(RMFLAGS) $(%) || $(.DO.INSTALL.OLD.BUSY); }
1360 return { $(MV) $(MVFLAGS) $(%) $(%).old || $(.DO.INSTALL.OLD.BUSY); }

Completed in 143 milliseconds