Lines Matching refs:producer
15 (2) Memory barriers for when the producer and the consumer of objects in the
19 producer and just one consumer. It is possible to handle multiple producers by
30 - The producer.
41 (1) A 'head' index - the point at which the producer inserts items into the
115 [1] CIRC_SPACE*() are intended to be used in the producer. To the producer
116 they will return a lower bound as the producer controls the head index,
120 To the consumer it will show an upper bound as the producer may be busy
125 producer may still be filling the buffer on another CPU and moving the
128 To the producer it will show an upper bound as the consumer may be busy
132 producer and consumer become visible cannot be guaranteed as they are
149 There are two sides to this: the producer that fills the buffer, and the
158 The producer will look something like this:
189 producer must produce two elements before it could possibly corrupt the
193 vacated a given element and the write by the producer to that same element.