Symbol: pthread_exit
include/pthread.h
217
__dead void pthread_exit(void *);
lib/libc/hidden/pthread.h
35
PROTO_NORMAL(pthread_exit);
lib/libc/thread/callbacks.c
29
pthread_exit(PTHREAD_CANCELED);
lib/libc/thread/rthread.c
380
DEF_STRONG(pthread_exit);
lib/librthread/rthread.c
100
pthread_exit(retval);
lib/librthread/rthread.c
134
pthread_exit(PTHREAD_CANCELED);
lib/librthread/rthread.c
460
pthread_exit(PTHREAD_CANCELED);
regress/lib/libpthread/preemption_float/preemption_float.c
67
pthread_exit(&float_failed);
regress/lib/libpthread/preemption_float/preemption_float.c
71
pthread_exit(&float_passed);
regress/lib/libpthread/preemption_float/preemption_float.c
93
pthread_exit(&float_failed);
regress/lib/libpthread/preemption_float/preemption_float.c
97
pthread_exit(&float_passed);
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
60
pthread_exit(NULL);
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
70
pthread_exit(NULL);
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
66
pthread_exit(NULL);
regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c
39
pthread_exit(NULL);
regress/sys/kern/main-thread-exited/main-thread-exited.c
48
pthread_exit(NULL);
regress/sys/kern/signal/sig-stop3/sig-stop3.c
58
pthread_exit(NULL);
regress/sys/kern/signal/sigprof/sigprof.c
69
pthread_exit(NULL);
usr.sbin/unbound/testcode/testbound.c
515
pthread_exit(NULL);
usr.sbin/unbound/testcode/testbound.c
602
pthread_exit(NULL);
usr.sbin/unbound/testcode/unitmain.c
1398
pthread_exit(NULL);