Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h230 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges()
307 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk);
333 dtls->removeLock(nodeToIndexUnchecked(node)); in onUnlock()
342 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk);
381 uptr nodeToIndexUnchecked(uptr node) const { return node % size(); } in nodeToIndexUnchecked() function
385 return nodeToIndexUnchecked(node); in nodeToIndex()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h226 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges()
301 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk);
327 dtls->removeLock(nodeToIndexUnchecked(node)); in onUnlock()
336 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk);
375 uptr nodeToIndexUnchecked(uptr node) const { return node % size(); } in nodeToIndexUnchecked() function
379 return nodeToIndexUnchecked(node); in nodeToIndex()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h228 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges()
305 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk);
331 dtls->removeLock(nodeToIndexUnchecked(node)); in onUnlock()
340 dtls->addLock(nodeToIndexUnchecked(node), nodeToEpoch(node), stk);
379 uptr nodeToIndexUnchecked(uptr node) const { return node % size(); } in nodeToIndexUnchecked() function
383 return nodeToIndexUnchecked(node); in nodeToIndex()