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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h109 const BV &getLocks(uptr current_epoch) const { function in class:__sanitizer::DeadlockDetectorTLS
209 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_));
249 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx,
318 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_));
349 return dtls->getLocks(current_epoch_).getBit(nodeToIndex(node));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h107 const BV &getLocks(uptr current_epoch) const { function in class:__sanitizer::DeadlockDetectorTLS
207 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_));
247 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx,
316 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_));
347 return dtls->getLocks(current_epoch_).getBit(nodeToIndex(node));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h106 const BV &getLocks(uptr current_epoch) const { function in class:__sanitizer::DeadlockDetectorTLS
205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_));
245 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx,
312 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_));
343 return dtls->getLocks(current_epoch_).getBit(nodeToIndex(node));

Completed in 209 milliseconds