Searched refs:thread_main (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
H A D | pthread3.cc | 37 thread_main (void *) in thread_main() function 55 pthread_create (&tid[i], NULL, thread_main, 0); in main()
|
H A D | pthread2.cc | 37 thread_main (void *) in thread_main() function 58 pthread_create (&tid[i], NULL, thread_main, 0); in main()
|
H A D | pthread6.cc | 50 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 D | pthread_once.c | 29 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 D | poll_close.c | 39 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 D | select_close.c | 40 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 D | index.txt | 785 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 D | index.txt | 887 thread_main () { 895 // Multiple copies of thread_main() are started in independent threads. 900 thread_main () {
|