Searched refs:findLockContext (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 430 EXPECT_EQ(10U, d.findLockContext(&dtls, l0)); in RunLockContextTest() 431 EXPECT_EQ(11U, d.findLockContext(&dtls, l1)); in RunLockContextTest() 432 EXPECT_EQ(12U, d.findLockContext(&dtls, l2)); in RunLockContextTest() 433 EXPECT_EQ(13U, d.findLockContext(&dtls, l3)); in RunLockContextTest() 435 EXPECT_EQ(0U, d.findLockContext(&dtls, l0)); in RunLockContextTest() 436 EXPECT_EQ(11U, d.findLockContext(&dtls, l1)); in RunLockContextTest() 437 EXPECT_EQ(12U, d.findLockContext(&dtls, l2)); in RunLockContextTest() 438 EXPECT_EQ(13U, d.findLockContext(&dtls, l3)); in RunLockContextTest() 440 EXPECT_EQ(0U, d.findLockContext(&dtls, l0)); in RunLockContextTest() 441 EXPECT_EQ(11U, d.findLockContext(&dtls, l1)); in RunLockContextTest() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 102 u32 findLockContext(uptr lock_id) { in findLockContext() function 212 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() function 213 return dtls->findLockContext(nodeToIndex(node)); in findLockContext() 254 dtls->findLockContext(added_edges[i]), stk, in addEdges()
|