previous up next
Go backward to sleep: Letting Time Pass
Go up to 5.5 Execution Control
Go forward to interrupt: Interrupting Network Execution
RISC-Linz logo

yield: Invoking the Scheduler

yield()

This function deschedules the current node, i.e., it gives another node the chance for execution. yield is implicitly called by each invocation of send, receive, and select. Apart from these operations, node execution is not interrupted. An invocation of yield may advance the local node time.


Maintainer: Wolfgang Schreiner
Last Modification: October 1, 1998

previous up next