Home
last modified time | relevance | path

Searched defs:thr_exit (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/lib/libc/include/
H A Dreentrant.h127 #define thr_exit(x) _pthread_exit(x) macro
/freebsd-src/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r) macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp357 INTERCEPTOR(void,thr_exit,tid_t * state) INTERCEPTOR() argument
360 REAL(thr_exit)(state); INTERCEPTOR() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2779 TSAN_INTERCEPTOR(void,thr_exit,tid_t * state) TSAN_INTERCEPTOR() argument