Lines Matching refs:finelock_q_
239 result = finelock_q_->GetValid(pe, tag);
262 return finelock_q_->PutValid(pe);
278 result = finelock_q_->GetEmpty(pe, tag);
296 return finelock_q_->PutEmpty(pe);
614 finelock_q_ = new FineLockPEQueue(pages_, page_length_);
615 if (finelock_q_ == NULL)
617 finelock_q_->set_os(os_);
618 os_->set_err_log_callback(finelock_q_->get_err_log_callback());
700 finelock_q_ = 0;
1433 finelock_q_->QueueAnalysis();
1839 if (finelock_q_) {
1840 delete finelock_q_;
1841 finelock_q_ = 0;