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

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

Completed in 45 milliseconds