Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc293 vector<uptr> locks1; in RunCorrectEpochFlush() local
295 locks1.push_back(d.newNode(i)); in RunCorrectEpochFlush()
297 d.onLock(&dtls, locks1[3]); in RunCorrectEpochFlush()
298 d.onLock(&dtls, locks1[4]); in RunCorrectEpochFlush()
299 d.onLock(&dtls, locks1[5]); in RunCorrectEpochFlush()
368 vector<uptr> locks1; in RunOnFirstLockTest() local
370 locks1.push_back(d.newNode(i)); in RunOnFirstLockTest()