Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc45 u32 stk1; member
52 , stk1(s1) { in Link()
221 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() local
235 link->stk0 = stk1; in MutexBeforeLock()
236 link->stk1 = cb->Unwind(); in MutexBeforeLock()
250 link->stk0 = stk1; in MutexBeforeLock()
251 link->stk1 = cb->Unwind(); in MutexBeforeLock()
409 rep->loop[i].stk[1] = link->stk1; in Report()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp46 u32 stk1; member
53 , stk1(s1) { in Link()
220 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() local
234 link->stk0 = stk1; in MutexBeforeLock()
235 link->stk1 = cb->Unwind(); in MutexBeforeLock()
249 link->stk0 = stk1; in MutexBeforeLock()
250 link->stk1 = cb->Unwind(); in MutexBeforeLock()
408 rep->loop[i].stk[1] = link->stk1; in Report()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc47 u32 stk1; member
54 , stk1(s1) { in Link()
223 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() local
237 link->stk0 = stk1; in MutexBeforeLock()
238 link->stk1 = cb->Unwind(); in MutexBeforeLock()
252 link->stk0 = stk1; in MutexBeforeLock()
253 link->stk1 = cb->Unwind(); in MutexBeforeLock()
411 rep->loop[i].stk[1] = link->stk1; in Report()