/netbsd-src/tests/lib/libpthread/ |
H A D | t_join.c | 141 pthread_exit(NULL); in threadfunc1() 166 pthread_exit((void *)i); in threadfunc2()
|
H A D | h_exit.c | 43 pthread_exit(NULL); in main()
|
H A D | t_condwait.c | 100 pthread_exit(&ret); in run()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | thread.c | 54 pthread_exit(NULL); in argon2_thread_exit()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
H A D | gthr-dce.h | 94 __gthrw(pthread_exit) in __gthrw() 254 __gthrw_(pthread_exit) (&__objc_thread_exit_status); in __gthread_objc_thread_exit()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
H A D | gthr-dce.h | 94 __gthrw(pthread_exit) in __gthrw() 254 __gthrw_(pthread_exit) (&__objc_thread_exit_status); in __gthread_objc_thread_exit()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
H A D | print-threads.c | 56 pthread_exit(NULL); in thread_function()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
H A D | print-threads.c | 56 pthread_exit(NULL); in thread_function()
|
/netbsd-src/tests/lib/libc/net/ |
H A D | h_nsd_recurse.c | 97 pthread_exit(NULL); in thrfunc()
|
/netbsd-src/external/lgpl3/mpfr/dist/examples/ |
H A D | threads.c | 57 pthread_exit (NULL); in start_routine()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | threads.h | 41 #define THREAD_EXIT pthread_exit
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_pthread_wrappers.h | 62 inline void pthread_exit(void *retval) { in pthread_exit() function
|
/netbsd-src/lib/libpthread/ |
H A D | pthread.h | 51 void pthread_exit(void *) __attribute__((__noreturn__)); 418 #define pthread_exit __libc_thr_exit macro
|
H A D | thrd.c | 129 pthread_exit((void *)(intptr_t)res); in thrd_exit()
|
H A D | pthread.c | 135 __strong_alias(__libc_thr_exit,pthread_exit) 597 pthread_exit(retval); in pthread__create_tramp() 637 pthread_exit(void *retval) in pthread_exit() function 1020 pthread_exit(PTHREAD_CANCELED); in pthread__cancelled()
|
/netbsd-src/external/cddl/osnet/dist/head/ |
H A D | thread.h | 54 #define thr_exit(r) pthread_exit(r)
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | gthr-posix.h | 141 __gthrw(pthread_exit) 464 __gthrw_(pthread_exit) (&__objc_thread_exit_status); in __gthread_objc_thread_exit()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | gthr-posix.h | 141 __gthrw(pthread_exit) 464 __gthrw_(pthread_exit) (&__objc_thread_exit_status); in __gthread_objc_thread_exit()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | auth-pam.c | 148 #define pthread_exit fake_pthread_exit macro 201 pthread_exit(void *value) in pthread_exit() function 598 pthread_exit(NULL); in sshpam_thread() 612 pthread_exit(NULL); in sshpam_thread()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DbeThread.cc | 71 pthread_exit (NULL); in thread_pool_loop()
|
/netbsd-src/share/examples/rump/ttyserv/ |
H A D | ttyserv.c | 158 pthread_exit(NULL); in handlereq()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DbeThread.cc | 71 pthread_exit (NULL); in thread_pool_loop()
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tconst_pi.c | 56 pthread_exit (NULL); in start_routine()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | thr_posix.c | 208 pthread_exit( retval ); in ldap_pvt_thread_exit()
|
/netbsd-src/external/bsd/blocklist/diff/ |
H A D | ssh.diff | 82 pthread_exit(NULL);
|