Next: , Previous: , Up: Miscellaneous Instructions   [Contents][Index]


21.1.29.4 Instruction sleep

Synopsys:

sleep

Sleep for a given number of seconds and nanoseconds.

If the provided number of nanoseconds are not in the range 0 to 999999999 or the number of provided seconds is negative, raise PVM_E_INVAL.

If there is any other error performing the operation then raise PVM_E_GENERIC.

Stack: ( LONG LONG -- LONG LONG )

Exceptions: PVM_E_INVAL, PVM_E_GENERIC