previous up next
Go backward to getTime: Determining the Node Time
Go up to 5.5 Execution Control
Go forward to yield: Invoking the Scheduler
RISC-Linz logo

sleep: Letting Time Pass

sleep(i) 
  int i

This function disables execution of the current node for i time units.


Maintainer: Wolfgang Schreiner
Last Modification: October 1, 1998

previous up next