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

  /external/stressapptest/src/
finelock_queue.h 41 bool PutEmpty(struct page_entry *pe);
sat.h 77 bool PutEmpty(struct page_entry *pe);
finelock_queue.cc 416 // PutEmpty puts an empty page back into the queue, making it available by
420 bool FineLockPEQueue::PutEmpty(struct page_entry *pe) {
sat.cc 289 bool Sat::PutEmpty(struct page_entry *pe) {
296 return finelock_q_->PutEmpty(pe);
428 result &= PutEmpty(&pe);
513 result &= PutEmpty(&pe);
    [all...]
worker.cc     [all...]

Completed in 436 milliseconds