previous up next
Go backward to dist[data]: Create a Shared Object
Go up to 3.3 Shared Data
Go forward to dist[get]: Get Data from a Shared Object
RISC-Linz logo

dist[put]: Write Data into a Shared Object


dist[put](d, v)

This call puts the value v into the shared object d and releases all tasks blocked on an attempt to get a value from this object.


> dist[put](d, x+y);
                                     okay


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next