Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dreentrant.h127 #define thr_exit(x) _pthread_exit(x) macro
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r) macro
/freebsd/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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2812 TSAN_INTERCEPTOR(void, thr_exit, tid_t *state) { in TSAN_INTERCEPTOR() argument