Home
last modified time | relevance | path

Searched refs:JmpBufGarbageCollect (Results 1 – 2 of 2) 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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp482 static void JmpBufGarbageCollect(ThreadState *thr, uptr sp) { in JmpBufGarbageCollect() function
498 JmpBufGarbageCollect(thr, sp); in SetJmp()
530 JmpBufGarbageCollect(thr, buf->sp - 1); // do not collect buf->sp in LongJmp()