Home
last modified time | relevance | path

Searched refs:thread_main (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread3.cc37 thread_main (void *) in thread_main() function
55 pthread_create (&tid[i], NULL, thread_main, 0); in main()
H A Dpthread2.cc37 thread_main (void *) in thread_main() function
58 pthread_create (&tid[i], NULL, thread_main, 0); in main()
H A Dpthread6.cc50 thread_main (void*) in thread_main() function
85 pthread_create (&tid[i], NULL, thread_main, 0); in main()
/openbsd/regress/lib/libpthread/pthread_once/
H A Dpthread_once.c29 thread_main(void *arg) in thread_main() function
40 CHECKr(pthread_create(&tid, NULL, thread_main, NULL)); in main()
/openbsd/regress/sys/kern/poll/
H A Dpoll_close.c39 thread_main(void *arg) in thread_main() function
85 ret = pthread_create(&t, NULL, thread_main, NULL); in main()
/openbsd/regress/sys/kern/select/
H A Dselect_close.c40 thread_main(void *arg) in thread_main() function
84 ret = pthread_create(&t, NULL, thread_main, NULL); in main()
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/faq/
H A Dindex.txt785 thread_main () {
793 // Multiple copies of thread_main() are started in independent threads.
798 thread_main () {
/openbsd/gnu/gcc/libstdc++-v3/docs/html/faq/
H A Dindex.txt887 thread_main () {
895 // Multiple copies of thread_main() are started in independent threads.
900 thread_main () {