OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onFirstLock
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc
355
EXPECT_FALSE(d.
onFirstLock
(&dtls, l0)); // dtls has old epoch.
359
EXPECT_TRUE(d.
onFirstLock
(&dtls, l0)); // Ok, same ecpoch, first lock.
360
EXPECT_FALSE(d.
onFirstLock
(&dtls, l1)); // Second lock.
365
EXPECT_TRUE(d.
onFirstLock
(&dtls, l0)); // Ok
372
EXPECT_TRUE(d.
onFirstLock
(&dtls, l0)); // Epoch has changed, but not in dtls.
378
EXPECT_FALSE(d.
onFirstLock
(&dtls, l0)); // Epoch has changed in dtls.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc
154
if (dd.
onFirstLock
(<->dd, m->id, stk))
sanitizer_deadlock_detector.h
304
bool
onFirstLock
(DeadlockDetectorTLS<BV> *dtls, uptr node, u32 stk = 0) {
Completed in 34 milliseconds