Searched refs:consumer_pos_ (Results 1 – 2 of 2) sorted by relevance
72 consumer_pos_ = reinterpret_cast<ConsumerPosition*>( in SamplingCircularQueue()74 ASSERT(reinterpret_cast<byte*>(consumer_pos_ + 1) <= in SamplingCircularQueue()76 consumer_pos_->dequeue_chunk_pos = buffer_; in SamplingCircularQueue()77 consumer_pos_->dequeue_chunk_poll_pos = buffer_ + producer_consumer_distance_; in SamplingCircularQueue()78 consumer_pos_->dequeue_pos = NULL; in SamplingCircularQueue()89 if (consumer_pos_->dequeue_pos != NULL) { in StartDequeue()90 return consumer_pos_->dequeue_pos; in StartDequeue()92 if (*consumer_pos_->dequeue_chunk_poll_pos != kClear) { in StartDequeue()93 consumer_pos_->dequeue_pos = consumer_pos_->dequeue_chunk_pos; in StartDequeue()94 consumer_pos_->dequeue_end_pos = consumer_pos_->dequeue_pos + chunk_size_; in StartDequeue()[all …]
95 ConsumerPosition* consumer_pos_; variable