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

12

/freebsd-10.2-release/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-10.2-release/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.c144 pthread_exit(NULL);
170 pthread_exit((void *)i);
H A Dt_condwait.c104 pthread_exit(&ret);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/net/
H A Dh_nsd_recurse.c95 pthread_exit(NULL);
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_exit.c45 __weak_reference(_pthread_exit, pthread_exit);
61 * to call it from pthread_exit() if other ways of asynchronous or
96 "pthread_exit() from a destructor. POSIX 1003.1 "
/freebsd-10.2-release/lib/libstdthreads/
H A Dthrd.c101 pthread_exit((void *)(intptr_t)res);
/freebsd-10.2-release/contrib/gcc/
H A Dgthr-posix.c154 pthread_exit (void *value_ptr ATTRIBUTE_UNUSED) function
H A Dgthr-posix.h118 __gthrw3(pthread_exit)
127 __gthrw(pthread_exit)
376 __gthrw_(pthread_exit) (&__objc_thread_exit_status);
H A Dgthr-dce.h88 __gthrw(pthread_exit)
248 __gthrw_(pthread_exit) (&__objc_thread_exit_status);
H A Dgthr-posix95.h92 __gthrw(pthread_exit)
342 __gthrw_(pthread_exit) (&__objc_thread_exit_status);
/freebsd-10.2-release/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r)
/freebsd-10.2-release/lib/libkse/test/
H A Dsigsuspend_d.c91 pthread_exit (arg);
H A Dsigwait_d.c78 pthread_exit (arg);
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_exit.c51 __weak_reference(_pthread_exit, pthread_exit);
200 "pthread_exit() from a destructor. POSIX 1003.1 "
/freebsd-10.2-release/include/
H A Dpthread.h202 void pthread_exit(void *) __dead2;
/freebsd-10.2-release/sbin/hastd/
H A Dcontrol.c441 pthread_exit(NULL);
445 pthread_exit(NULL);
/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Drping.c598 pthread_exit(NULL);
602 pthread_exit(NULL);
607 pthread_exit(NULL);
612 pthread_exit(NULL);
/freebsd-10.2-release/lib/libc/include/
H A Dnamespace.h133 #define pthread_exit _pthread_exit macro
H A Dun-namespace.h114 #undef pthread_exit macro
/freebsd-10.2-release/contrib/apr/threadproc/unix/
H A Dthread.c207 pthread_exit(NULL);
/freebsd-10.2-release/tools/regression/gaithrstress/
H A Dgaithrstress.c147 pthread_exit(NULL);
/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c205 pthread_exit(NULL);

Completed in 485 milliseconds

12