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: November 14, 1997

previous up next