HomeSort by relevance Sort by last modified time
    Searched refs:finelock_q_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
sat.cc 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;
    [all...]
sat.h 297 // Page queues, only one of (valid_+empty_) or (finelock_q_) will be used
302 class FineLockPEQueue *finelock_q_; // Page queue with fine-grain locks member in class:Sat

Completed in 23 milliseconds