Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/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-14.2/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
537 INTERCEPT_FUNCTION(pthread_exit); in InitializeInterceptors()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/net/
H A Dh_nsd_recurse.c95 pthread_exit(NULL); in thrfunc()
/freebsd-14.2/lib/libstdthreads/
H A Dthrd.c99 pthread_exit((void *)(intptr_t)res); in thrd_exit()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp493 INTERCEPTOR(void, pthread_exit, void *retval) { in INTERCEPTOR() argument
495 REAL(pthread_exit)(retval); in INTERCEPTOR() local
565 INTERCEPT_FUNCTION(pthread_exit); in InitializeInterceptors()
/freebsd-14.2/sbin/ggate/ggatec/
H A Dggatec.c110 pthread_exit(NULL); in send_thread()
227 pthread_exit(NULL); in recv_thread()
284 pthread_exit(NULL); in recv_thread()
/freebsd-14.2/lib/libthr/tests/
H A Dpthread_sigqueue_test.c59 pthread_exit(NULL); in handler()
/freebsd-14.2/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r)
/freebsd-14.2/sbin/hastd/
H A Dcontrol.c440 pthread_exit(NULL); in ctrl_thread()
444 pthread_exit(NULL); in ctrl_thread()
/freebsd-14.2/crypto/openssh/
H A Dauth-pam.c134 #define pthread_exit fake_pthread_exit macro
186 pthread_exit(void *value) in pthread_exit() function
581 pthread_exit(NULL); in sshpam_thread()
595 pthread_exit(NULL); in sshpam_thread()
/freebsd-14.2/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-14.2/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
821 ASAN_INTERCEPT_FUNC(pthread_exit); in InitializeAsanInterceptors()
/freebsd-14.2/lib/libthr/thread/
H A Dthr_exit.c50 __weak_reference(_Tthr_exit, pthread_exit);
/freebsd-14.2/tools/regression/gaithrstress/
H A Dgaithrstress.c145 pthread_exit(NULL); in work()
/freebsd-14.2/lib/libthr/
H A Dpthread.map56 pthread_exit;
/freebsd-14.2/contrib/blocklist/diff/
H A Dssh.diff82 pthread_exit(NULL);
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h115 #undef pthread_exit
H A Dnamespace.h134 #define pthread_exit _pthread_exit macro
/freebsd-14.2/include/
H A Dpthread.h218 void pthread_exit(void *) __dead2;
/freebsd-14.2/contrib/ofed/opensm/complib/
H A Dcl_timer.c205 pthread_exit(NULL); in __cl_timer_prov_cb()

12