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

/external/stressapptest/src/
H A Dfinelock_queue.cc405 // GetEmpty() randomly finds an empty page, locks it and returns page entry by
409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { function in class:FineLockPEQueue
412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { function in class:FineLockPEQueue
H A Dsat.cc270 bool Sat::GetEmpty(struct page_entry *pe) { function in class:Sat
271 return GetEmpty(pe, kDontCareTag);
274 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) { function in class:Sat
278 result = finelock_q_->GetEmpty(pe, tag);

Completed in 425 milliseconds