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

  /external/stressapptest/src/
finelock_queue.h 39 bool GetEmpty(struct page_entry *pe);
45 bool GetEmpty(struct page_entry *pe, int32 tag);
sat.h 76 bool GetEmpty(struct page_entry *pe);
80 bool GetEmpty(struct page_entry *pe, int32 tag);
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 270 bool Sat::GetEmpty(struct page_entry *pe) {
271 return GetEmpty(pe, kDontCareTag);
274 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) {
278 result = finelock_q_->GetEmpty(pe, tag);
    [all...]
worker.cc 547 result = result && sat_->GetEmpty(&pe);
    [all...]

Completed in 199 milliseconds