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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc353 static void JmpBufGarbageCollect(ThreadState *thr, uptr sp) { function
369 JmpBufGarbageCollect(thr, sp);
387 JmpBufGarbageCollect(thr, buf->sp - 1); // do not collect buf->sp

Completed in 234 milliseconds