Home
last modified time | relevance | path

Searched refs:pthread_exit (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmanipulate_user_buffer.c194 pthread_exit(NULL); in write_thread()
222 pthread_exit(NULL); in read_thread()
241 pthread_exit(NULL); in manipulate_buf_thread()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c140 pthread_exit(NULL); in threadfunc1()
166 pthread_exit((void *)i); in threadfunc2()
H A Dh_exit.c43 pthread_exit(NULL); in main()
H A Dt_condwait.c112 pthread_exit(&ret); in run()
/freebsd/tools/regression/pthread/unwind/
H A Dmain_thread_exit.cpp15 pthread_exit((void *)1); in main()
H A Dthread_normal_exit.cpp14 pthread_exit(NULL); in thr_routine()
H A Dcatch_pthread_exit.cpp13 pthread_exit(NULL); in thr_routine()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp311 INTERCEPTOR(void, pthread_exit, void *retval) { in INTERCEPTOR() argument
313 REAL(pthread_exit)(retval); in INTERCEPTOR() local
538 INTERCEPT_FUNCTION(pthread_exit); in InitializeInterceptors()
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_nsd_recurse.c95 pthread_exit(NULL); in thrfunc()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dthread.h50 #define thread_exit() pthread_exit(NULL)
/freebsd/lib/libstdthreads/
H A Dthrd.c99 pthread_exit((void *)(intptr_t)res); in thrd_exit()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp495 INTERCEPTOR(void, pthread_exit, void *retval) { in INTERCEPTOR() local
497 REAL(pthread_exit)(retval);
568 INTERCEPT_FUNCTION(pthread_exit); in InitializeInterceptors()
493 INTERCEPTOR(void,pthread_exit,void * retval) INTERCEPTOR() argument
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c112 pthread_exit(NULL); in send_thread()
229 pthread_exit(NULL); in recv_thread()
286 pthread_exit(NULL); in recv_thread()
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r)
/freebsd/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt96 pthread_exit
/freebsd/contrib/ofed/librdmacm/examples/
H A Drping.c601 pthread_exit(NULL); in cq_thread()
605 pthread_exit(NULL); in cq_thread()
610 pthread_exit(NULL); in cq_thread()
615 pthread_exit(NULL); in cq_thread()
/freebsd/crypto/openssh/
H A Dauth-pam.c130 #define pthread_exit fake_pthread_exit macro
182 pthread_exit(void *value) in pthread_exit() function
577 pthread_exit(NULL); in sshpam_thread()
591 pthread_exit(NULL); in sshpam_thread()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp308 INTERCEPTOR(void, pthread_exit, void *retval) { in INTERCEPTOR() argument
310 REAL(pthread_exit)(retval); in INTERCEPTOR() local
849 ASAN_INTERCEPT_FUNC(pthread_exit);
/freebsd/crypto/openssl/crypto/thread/arch/
H A Dthread_posix.c87 pthread_exit(NULL); in ossl_crypto_thread_native_exit()
/freebsd/contrib/unbound/testcode/
H A Dtestbound.c515 pthread_exit(NULL); in main()
602 pthread_exit(NULL); in LLVMFuzzerTestOneInput()
/freebsd/lib/libthr/thread/
H A Dthr_exit.c50 __weak_reference(_Tthr_exit, pthread_exit);
/freebsd/tools/regression/gaithrstress/
H A Dgaithrstress.c145 pthread_exit(NULL); in work()
/freebsd/lib/libthr/
H A Dpthread.map56 pthread_exit;
/freebsd/contrib/ofed/libbnxtre/
H A Ddb.c554 pthread_exit(NULL); in bnxt_re_dbr_thread()
560 pthread_exit(NULL); in bnxt_re_dbr_thread()
/freebsd/contrib/blocklist/diff/
H A Dssh.diff82 pthread_exit(NULL);

123