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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc140 u32 stk_from = -1U, stk_to = -1U; local
142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
143 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
148 rep->loop[i].stk[0] = stk_to;
H A Dsanitizer_deadlock_detector.h264 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, argument
271 *stk_to = edges_[i].stk_to;
400 u32 stk_to; member in struct:__sanitizer::DeadlockDetector::Edge
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc138 u32 stk_from = -1U, stk_to = -1U; local
140 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
141 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
146 rep->loop[i].stk[0] = stk_to;
H A Dsanitizer_deadlock_detector.h262 bool findEdge(uptr from_node, uptr to_node, u32 *stk_from, u32 *stk_to, argument
269 *stk_to = edges_[i].stk_to;
398 u32 stk_to; member in struct:__sanitizer::DeadlockDetector::Edge
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp139 u32 stk_from = 0, stk_to = 0; 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
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc459 u32 stk_from = 0, stk_to = 0; local
469 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid));
471 EXPECT_EQ(stk_to, j + 1);
486 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid));
489 d.findEdge(node[i], node[j], &stk_from, &stk_to, &unique_tid));

Completed in 97 milliseconds