Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/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()