Searched refs:stk_to (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp139 u32 stk_from = -1U, stk_to = -1U; local
141 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
142 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
147 rep->loop[i].stk[0] = stk_to;
H A Dsanitizer_deadlock_detector.h258 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, argument
265 *stk_to = edges_[i].stk_to;
394 u32 stk_to; member in struct:__sanitizer::DeadlockDetector::Edge

Completed in 164 milliseconds