Searched refs:LongJmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp508 static void LongJmp(ThreadState *thr, uptr *env) { function
623 LongJmp(cur_thread(), env);
631 LongJmp(cur_thread(), env);
640 LongJmp(cur_thread(), env);

Completed in 114 milliseconds