Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h111 uptr getNumLocks() const { return n_all_locks_; } in getNumLocks() function
227 for (uptr i = 0, n = dtls->getNumLocks(); i < n; i++) { in hasAllEdges()