"usleep" routine in HP's

Bob Lenk rml at hpfcdc.HP.COM
Sat May 6 05:49:22 AEST 1989


> Or, if nap() doesn't show up, you could use getitimer(2) to do it yourself.

Even easier, use select(2).  Pass zero as the first argument (nfds) and
it will sleep for as long as requested by the fifth argument (timeout).

		Bob Lenk
		hplabs!hpfcla!rml
		rml at hpfcla.hp.com



More information about the Comp.unix.questions mailing list