Home
last modified time | relevance | path

Searched defs:pthread_exit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h62 inline void pthread_exit(void *retval) { in pthread_exit() function
/netbsd-src/lib/libpthread/
H A Dpthread.h418 #define pthread_exit __libc_thr_exit macro
H A Dpthread.c637 pthread_exit(void *retval) in pthread_exit() function
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-pam.c148 #define pthread_exit fake_pthread_exit macro
201 pthread_exit(void *value) in pthread_exit() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1081 TSAN_INTERCEPTOR(void, pthread_exit, void *retval) { in TSAN_INTERCEPTOR() argument
1088 REAL(pthread_exit)(retval); in TSAN_INTERCEPTOR() local