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

/freebsd-current/sys/sys/
H A Dthr.h76 void thr_exit(long *state);
H A Dsyscall.mk283 thr_exit.o \
/freebsd-current/lib/libc/include/
H A Dreentrant.h127 #define thr_exit(x) _pthread_exit(x) macro
/freebsd-current/lib/libthr/thread/
H A DMakefile.inc20 thr_exit.c \
H A Dthr_exit.c324 thr_exit(&curthread->tid);
325 PANIC("thr_exit() returned");
/freebsd-current/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r) macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp357 INTERCEPTOR(void, thr_exit, tid_t *state) {
360 REAL(thr_exit)(state);
362 #define LSAN_MAYBE_INTERCEPT_THR_EXIT INTERCEPT_FUNCTION(thr_exit)
/freebsd-current/lib/libsys/
H A DMakefile.sys352 thr_exit.2 \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2779 TSAN_INTERCEPTOR(void, thr_exit, tid_t *state) {
2780 SCOPED_TSAN_INTERCEPTOR(thr_exit, state);
2782 REAL(thr_exit(state));
2784 #define TSAN_MAYBE_INTERCEPT_THR_EXIT TSAN_INTERCEPT(thr_exit)

Completed in 145 milliseconds