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

  /external/stressapptest/src/
finelock_queue.cc 405 // GetEmpty() randomly finds an empty page, locks it and returns page entry by
409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) {
412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) {
sat.cc 290 bool Sat::GetEmpty(struct page_entry *pe) {
291 return GetEmpty(pe, kDontCareTag);
294 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) {
298 result = finelock_q_->GetEmpty(pe, tag);
    [all...]

Completed in 177 milliseconds