Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cpp46 u32 stk1; member
53 , stk1(s1) { in Link()
222 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() local
236 link->stk0 = stk1; in MutexBeforeLock()
237 link->stk1 = cb->Unwind(); in MutexBeforeLock()
251 link->stk0 = stk1; in MutexBeforeLock()
252 link->stk1 = cb->Unwind(); in MutexBeforeLock()
410 rep->loop[i].stk[1] = link->stk1; in Report()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc47 u32 stk1; member
54 , stk1(s1) { in Link()
227 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() local
241 link->stk0 = stk1; in MutexBeforeLock()
242 link->stk1 = cb->Unwind(); in MutexBeforeLock()
256 link->stk0 = stk1; in MutexBeforeLock()
257 link->stk1 = cb->Unwind(); in MutexBeforeLock()
415 rep->loop[i].stk[1] = link->stk1; in Report()