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

  /external/stressapptest/src/
queue.h 33 static const int kDontCareTag = -1;
finelock_queue.cc 323 // Setting tag to a value other than kDontCareTag (-1)
355 if ((tag != kDontCareTag) && !(pages_[index].tag & tag))
389 return GetRandomWithPredicateTag(pe, pred_func, kDontCareTag);
sat.cc 250 return GetValid(pe, kDontCareTag);
291 return GetEmpty(pe, kDontCareTag);
    [all...]

Completed in 233 milliseconds