Home
last modified time | relevance | path

Searched defs:pthread_join (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_join.c54 ATF_TC_HEAD(pthread_join, tc) in ATF_TC_HEAD() argument
61 ATF_TC_BODY(pthread_join, tc) in ATF_TC_BODY() argument
/netbsd-src/lib/libc/thread-stub/
H A Dthread-stub.c46 #define pthread_join __libc_pthread_join macro
73 __weak_alias(pthread_join, __libc_pthread_join) in __weak_alias() argument
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-pam.c151 #define pthread_join fake_pthread_join macro
242 pthread_join(sp_pthread_t thread, void **value) in pthread_join() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c775 DCL_PTHREAD_JOIN (pthread_join) in DCL_PTHREAD_JOIN() argument
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c951 pthread_join (pthread_t target_thread, void **status) in pthread_join() function
/netbsd-src/lib/libpthread/
H A Dpthread.c697 pthread_join(pthread_t thread, void **valptr) in pthread_join() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc409 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp236 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc455 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp483 INTERCEPTOR(int, pthread_join, void *th, void **ret) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc248 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc245 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1064 INTERCEPTOR(int, pthread_join, void *th, void **retval) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1022 TSAN_INTERCEPTOR(int, pthread_join, void *th, void **ret) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1035 TSAN_INTERCEPTOR(int, pthread_join, void *th, void **ret) { in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1057 TSAN_INTERCEPTOR(int, pthread_join, void *th, void **ret) { in TSAN_INTERCEPTOR() argument