Searched defs:DeadlockDetectorTLS (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 37 class DeadlockDetectorTLS { class in namespace:__sanitizer 132 // and one DeadlockDetectorTLS object per evey thread. 199 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { 206 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { 212 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { 217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 225 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, 281 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 294 bool onTryLock(DeadlockDetectorTLS<B [all...] |
Completed in 169 milliseconds