Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp530 static void JmpBufGarbageCollect(ThreadState *thr, uptr sp) { in JmpBufGarbageCollect() function
546 JmpBufGarbageCollect(thr, sp); in SetJmp()
575 JmpBufGarbageCollect(thr, buf->sp - 1); // do not collect buf->sp in LongJmp()