Searched defs:findLockContext (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h99 u32 findLockContext(uptr lock_id) { function in class:__sanitizer::DeadlockDetectorTLS
208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { function in class:__sanitizer::DeadlockDetector
209 return dtls->findLockContext(nodeToIndex(node));
250 dtls->findLockContext(added_edges[i]), stk,

Completed in 289 milliseconds