Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h318 tmp_bv_.copyFrom(dtls->getLocks(current_epoch_)); in findPathToLock()
320 CHECK(!tmp_bv_.getBit(idx)); in findPathToLock()
321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()
407 BV tmp_bv_; variable