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

/freebsd-13-stable/sys/sys/
H A Dthr.h78 void thr_exit(long *state);
H A Dsyscall.mk286 thr_exit.o \
/freebsd-13-stable/lib/libc/include/
H A Dreentrant.h129 #define thr_exit(x) _pthread_exit(x) macro
/freebsd-13-stable/lib/libthr/thread/
H A DMakefile.inc21 thr_exit.c \
H A Dthr_exit.c327 thr_exit(&curthread->tid);
328 PANIC("thr_exit() returned");
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r) macro
/freebsd-13-stable/sys/kern/
H A Dcapabilities.conf735 thr_exit
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp344 INTERCEPTOR(void, thr_exit, tid_t *state) {
347 REAL(thr_exit)(state);
349 #define LSAN_MAYBE_INTERCEPT_THR_EXIT INTERCEPT_FUNCTION(thr_exit)
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc334 thr_exit.2 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2567 TSAN_INTERCEPTOR(void, thr_exit, tid_t *state) {
2568 SCOPED_TSAN_INTERCEPTOR(thr_exit, state);
2570 REAL(thr_exit(state));
2572 #define TSAN_MAYBE_INTERCEPT_THR_EXIT TSAN_INTERCEPT(thr_exit)

Completed in 82 milliseconds