Searched defs:stk1 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc47 u32 stk1; member in struct:__sanitizer::Link
54 , stk1(s1) {
227 u32 stk1 = lt->locked[i].stk; local
241 link->stk0 = stk1;
242 link->stk1 = cb->Unwind();
256 link->stk0 = stk1;
257 link->stk1 = cb->Unwind();
415 rep->loop[i].stk[1] = link->stk1;

Completed in 65 milliseconds