Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp348 INTERCEPTOR(void, _lwp_exit) { in INTERCEPTOR()
351 REAL(_lwp_exit)();
353 #define LSAN_MAYBE_INTERCEPT__LWP_EXIT INTERCEPT_FUNCTION(_lwp_exit)
346 INTERCEPTOR(void,_lwp_exit) INTERCEPTOR() argument
349 REAL(_lwp_exit)(); INTERCEPTOR() local
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_create.c64 _lwp_exit(); in lwp_main_func()
H A Dt_setrlimit.c483 _lwp_exit(); in func()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2801 TSAN_INTERCEPTOR(void, _lwp_exit) { in TSAN_INTERCEPTOR() argument
2802 SCOPED_TSAN_INTERCEPTOR(_lwp_exit); in TSAN_INTERCEPTOR()
2804 REAL(_lwp_exit)(); in TSAN_INTERCEPTOR() local
2806 #define TSAN_MAYBE_INTERCEPT__LWP_EXIT TSAN_INTERCEPT(_lwp_exit)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc2269 PRE_SYSCALL(_lwp_exit)(void) { /* Nothing to do */ }
2270 POST_SYSCALL(_lwp_exit)(long long res) { /* Nothing to do */ }
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c5474 _lwp_exit(); in lwp_main_func()