Home
last modified time | relevance | path

Searched refs:SAT_ONELOCK (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dsat.cc260 else if (pe_q_implementation_ == SAT_ONELOCK) in GetValid()
283 else if (pe_q_implementation_ == SAT_ONELOCK) in PutValid()
299 else if (pe_q_implementation_ == SAT_ONELOCK) in GetEmpty()
317 else if (pe_q_implementation_ == SAT_ONELOCK) in PutEmpty()
645 } else if (pe_q_implementation_ == SAT_ONELOCK) { in Initialize()
800 ARG_KVALUE("--coarse_grain_lock", pe_q_implementation_, SAT_ONELOCK); in ParseArgs()
Dsat.h38 enum PageQueueType { SAT_ONELOCK, SAT_FINELOCK }; enumerator