Lines Matching refs:load
47 return tail_.load() - head_.load();
62 unsigned int head = head_.load();
63 unsigned int tail = tail_.load();
81 unsigned int head = head_.load();
82 unsigned int tail = tail_.load();
97 unsigned int head = head_.load();
98 unsigned int tail = tail_.load();
116 while ((dstQueue.GetLength() < dstQueue.GetCapacity()) && (head_.load() != tail_.load())) {