Home
last modified time | relevance | path

Searched refs:getLocks (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h106 const BV &getLocks(uptr current_epoch) const { in getLocks() function
205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
245 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx, in addEdges()
312 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_)); in findPathToLock()
343 return dtls->getLocks(current_epoch_).getBit(nodeToIndex(node)); in isHeld()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h109 const BV &getLocks(uptr current_epoch) const { in getLocks() function
209 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
249 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx, in addEdges()
318 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_)); in findPathToLock()
349 return dtls->getLocks(current_epoch_).getBit(nodeToIndex(node)); in isHeld()
/external/oj-libjdwp/src/share/back/
DthreadControl.c534 getLocks(void) in getLocks() function
1011 getLocks(); /* Avoid debugger deadlocks */ in preSuspend()
1036 getLocks(); in preSuspend()