OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
230
return GetValid(pe,
kDontCareTag
);
271
return GetEmpty(pe,
kDontCareTag
);
[
all
...]
Completed in 780 milliseconds