Searched refs:pthread_exit (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/tools/regression/pthread/unwind/
H A Dmain_thread_exit.cpp16 pthread_exit((void *)1);
H A Dcatch_pthread_exit.cpp14 pthread_exit(NULL);
H A Dthread_normal_exit.cpp15 pthread_exit(NULL);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_exit.c41 printf("Test of pthread_exit() in main thread only.\n");
43 pthread_exit(NULL);
H A Dt_join.c140 pthread_exit(NULL);
166 pthread_exit((void *)i);
H A Dt_condwait.c112 pthread_exit(&ret);
H A Dt_cond.c312 pthread_exit(NULL);
/freebsd-13-stable/lib/libstdthreads/
H A Dthrd.c103 pthread_exit((void *)(intptr_t)res);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_nsd_recurse.c95 pthread_exit(NULL);
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r)
/freebsd-13-stable/sbin/hastd/
H A Dcontrol.c443 pthread_exit(NULL);
447 pthread_exit(NULL);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h136 #define pthread_exit _pthread_exit macro
H A Dun-namespace.h117 #undef pthread_exit macro
/freebsd-13-stable/include/
H A Dpthread.h217 void pthread_exit(void *) __dead2;
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_exit.c53 __weak_reference(_Tthr_exit, pthread_exit);
220 "pthread_exit() from a destructor. POSIX 1003.1 "
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dthread.c207 pthread_exit(NULL);
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c601 pthread_exit(NULL);
605 pthread_exit(NULL);
610 pthread_exit(NULL);
615 pthread_exit(NULL);
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c205 pthread_exit(NULL);
/freebsd-13-stable/crypto/openssh/
H A Dauth-pam.c132 #define pthread_exit fake_pthread_exit macro
184 pthread_exit(void *value) function
562 pthread_exit(NULL);
576 pthread_exit(NULL);
/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c147 pthread_exit(NULL);
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c282 STUB_FUNC1(pthread_exit, PJT_EXIT, void, void *)
/freebsd-13-stable/sbin/ggate/ggatec/
H A Dggatec.c242 pthread_exit(NULL);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dwork_thread.c80 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c))
/freebsd-13-stable/share/man/man3/
H A DMakefile395 pthread_exit.3 \
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c709 pthread_exit(NULL);
728 pthread_exit(NULL);

Completed in 229 milliseconds

12