previous up next
Go backward to dist[get]: Get Data from a Shared Object
Go up to 3.3 Shared Data
Go forward to dist[process]: Execute a Task by a Separate Process
RISC-Linz logo

dist[clear]: Clear a Shared Object


dist[clear](d)

This call resets the shared object d into the empty state. Further attempts to get a value from d blocks the corresponding task.


> dist[clear](d);
                                     okay                                  


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next