Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3139 def SetJmp : LibBuiltin<"setjmp.h"> {