Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc449 static void JmpBufGarbageCollect(ThreadState *thr, uptr sp) { in JmpBufGarbageCollect() function
465 JmpBufGarbageCollect(thr, sp); in SetJmp()
508 JmpBufGarbageCollect(thr, buf->sp - 1); // do not collect buf->sp in LongJmp()