Searched refs:etxtbsy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexecvp.c68 unsigned etxtbsy = 1; local
92 if (++etxtbsy > 5)
94 (void) sleep(etxtbsy);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dexecvp.c114 unsigned etxtbsy = 1; local
181 if (++etxtbsy > 5)
183 (void) sleep(etxtbsy);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c200 unsigned etxtbsy = 1; local
245 if (++etxtbsy > 5)
247 (void) sleep(etxtbsy);

Completed in 132 milliseconds