Lines Matching refs:distributed
41 Class template ``distributed_queue`` implements a distributed queue
42 across a process group. The distributed queue is an adaptor over an
49 distributed queue passes (via a message) the value to its owning
53 Synchronization of distributed queues occurs in the ``empty`` and
55 respectively) when the entire distributed queue is empty. If the local
56 queue is empty but the distributed queue is not, the operation will
61 introduction of a distributed queue:
81 The distributed queue can receive messages at two different times:
95 The distributed queue nearly models the Buffer_
110 Build a new distributed queue that communicates over the given
120 Build a new distributed queue that communicates over the given
130 Push an element onto the distributed queue.
170 entire distributed queue is empty (returns false).
196 Constructs a distributed queue.