Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc85 EXPECT_EQ(0U, d.findPathToLock(&dtls, n1, path, 1)); in RunBasicTest()
86 EXPECT_EQ(2U, d.findPathToLock(&dtls, n1, path, 10)); in RunBasicTest()
87 EXPECT_EQ(2U, d.findPathToLock(&dtls, n1, path, 2)); in RunBasicTest()
116 EXPECT_EQ(0U, d.findPathToLock(&dtls, n1, path, 2)); in RunBasicTest()
117 EXPECT_EQ(3U, d.findPathToLock(&dtls, n1, path, 10)); in RunBasicTest()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc123 uptr len = dd.findPathToLock(&lt->dd, m->id, path, ARRAY_SIZE(path)); in ReportDeadlock()
Dsanitizer_deadlock_detector.h316 uptr findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, in findPathToLock() function