Searched defs:PutEmpty (Results 1 - 2 of 2) sorted by relevance

/external/stressapptest/src/
H A Dfinelock_queue.cc416 // PutEmpty puts an empty page back into the queue, making it available by
420 bool FineLockPEQueue::PutEmpty(struct page_entry *pe) { function in class:FineLockPEQueue
H A Dsat.cc289 bool Sat::PutEmpty(struct page_entry *pe) { function in class:Sat
296 return finelock_q_->PutEmpty(pe);
428 result &= PutEmpty(&pe);
513 result &= PutEmpty(&pe);

Completed in 81 milliseconds