Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgthr-posix.h181 __gthrw3(pthread_exit)
183 __gthrw(pthread_exit)
479 __gthrw_(pthread_exit) (&__objc_thread_exit_status); in __gthread_objc_thread_exit()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_exit.c127 __strong_reference(_pthread_exit, pthread_exit);
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h140 __gthrw(pthread_exit)
484 __gthrw_(pthread_exit) (&__objc_thread_exit_status); in __gthread_objc_thread_exit()
/dragonfly/crypto/openssh/
H A Dauth-pam.c133 #define pthread_exit fake_pthread_exit macro
185 pthread_exit(void *value) in pthread_exit() function
576 pthread_exit(NULL); in sshpam_thread()
590 pthread_exit(NULL); in sshpam_thread()
/dragonfly/lib/libpthread/
H A DMakefile30 pthread_exit.3 \
/dragonfly/test/libpthread/
H A Dsigsuspend_d.c84 pthread_exit (arg); in sigsuspender()
H A Dsigwait_d.c75 pthread_exit (arg); in sigwaiter()
H A Dmutex_d.c468 pthread_exit (arg); in waiter()
515 pthread_exit (arg); in lock_twice()
/dragonfly/include/
H A Dpthread.h197 void pthread_exit(void *) __dead2;
/dragonfly/lib/libc/include/
H A Dnamespace.h133 #define pthread_exit _pthread_exit macro
H A Dun-namespace.h114 #undef pthread_exit
/dragonfly/lib/libthread_xu/
H A Dpthread.map256 pthread_exit;
/dragonfly/sbin/hammer2/
H A Dcmd_service.c508 pthread_exit(NULL); in udev_thread()
1072 pthread_exit(NULL); in hammer2_demon()
H A Dmain.c547 pthread_exit(NULL); in main()
/dragonfly/lib/libc/gen/
H A D_pthread_stubs.c106 WR(stub_exit, pthread_exit);
H A DSymbol.map74 pthread_exit;
/dragonfly/test/nvmm/demo/toyvirt/
H A Dmain.c285 pthread_exit(NULL); in toyvirt_mess()
/dragonfly/usr.sbin/vknetd/
H A Dvknetd.c438 pthread_exit(NULL); in vknet_io()
/dragonfly/usr.bin/vknet/
H A Dvknet.c269 pthread_exit(NULL); in vknet_stream()
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dteam.c207 pthread_exit (NULL); in gomp_free_pool_helper()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dteam.c234 pthread_exit (NULL); in gomp_free_pool_helper()
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1545 pthread_exit((void *) 0); in pre_and_post_thread()