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 129 // and one DeadlockDetectorTLS object per evey thread. 195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { 202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { 208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { 213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 221 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, 277 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 290 bool onTryLock(DeadlockDetectorTLS<B [all...] |
Completed in 88 milliseconds