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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc514 static void LongJmp(ThreadState *thr, uptr *env) { function
649 LongJmp(cur_thread(), env);
657 LongJmp(cur_thread(), env);
666 LongJmp(cur_thread(), env);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc499 static void LongJmp(ThreadState *thr, uptr *env) { function
638 LongJmp(cur_thread(), env);
646 LongJmp(cur_thread(), env);
655 LongJmp(cur_thread(), env);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp507 static void LongJmp(ThreadState *thr, uptr *env) { function
619 LongJmp(cur_thread(), env);
627 LongJmp(cur_thread(), env);
636 LongJmp(cur_thread(), env);

Completed in 145 milliseconds