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

12

/freebsd-9.3-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-9.3-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-9.3-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)
336 __gthrw_(pthread_exit) (&__objc_thread_exit_status);
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h50 #define thr_exit(r) pthread_exit(r)
/freebsd-9.3-release/include/
H A Dpthread.h202 void pthread_exit(void *) __dead2;
/freebsd-9.3-release/lib/libkse/test/
H A Dsigsuspend_d.c91 pthread_exit (arg);
H A Dsigwait_d.c78 pthread_exit (arg);
/freebsd-9.3-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-9.3-release/lib/libkse/
H A Dkse.map67 pthread_exit;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map73 pthread_exit;
/freebsd-9.3-release/sbin/hastd/
H A Dcontrol.c441 pthread_exit(NULL);
445 pthread_exit(NULL);
/freebsd-9.3-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-9.3-release/lib/libc/include/
H A Dnamespace.h133 #define pthread_exit _pthread_exit macro
H A Dun-namespace.h114 #undef pthread_exit macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile184 pthread_exit.3 \
/freebsd-9.3-release/tools/regression/gaithrstress/
H A Dgaithrstress.c147 pthread_exit(NULL);
/freebsd-9.3-release/lib/libc/gen/
H A DSymbol.map37 pthread_exit;
H A D_pthread_stubs.c268 STUB_FUNC1(pthread_exit, PJT_EXIT, void, void *)
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c205 pthread_exit(NULL);
/freebsd-9.3-release/crypto/openssh/
H A Dauth-pam.c171 pthread_exit(void *value) function
513 pthread_exit(NULL);
524 pthread_exit(NULL);

Completed in 124 milliseconds

12