Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp542 static void SetJmp(ThreadState *thr, uptr sp) { in SetJmp() function
584 extern "C" void __tsan_setjmp(uptr sp) { SetJmp(cur_thread_init(), sp); } in __tsan_setjmp()