| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| jit-attach-pie.c | 36 pthread_create (&thread, NULL, thread_proc, 0);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| enable-new-thread.c | 32 pthread_create (&th, NULL, test, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| thread-specific-bp.c | 36 pthread_create (&thread, NULL, start, NULL);
|
| tls-so_extern_main.c | 39 pthread_create (&threads[0], NULL, tls_ptr, NULL); 40 pthread_create (&threads[1], NULL, tls_ptr, NULL);
|
| step-over-thread-exit-while-stop-all-threads.c | 44 pthread_create (&threads[i], NULL, stepper_over_exit_thread, NULL); 71 pthread_create (&spawner, NULL, spawner_thread, NULL); 72 pthread_create (&breakpoint_hitter, NULL, breakpoint_hitter_thread, NULL);
|
| stepi-over-clone.c | 49 pthread_create (&thr, NULL, thread_worker_2, NULL); 81 pthread_create (&thr_idle, NULL, thread_idle_loop, NULL); 83 pthread_create (&thr, NULL, thread_worker_1, NULL);
|
| execl.c | 50 pthread_create (&thread1, NULL, thread_function, NULL); 51 pthread_create (&thread2, NULL, thread_function, NULL);
|
| reconnect-signal.c | 47 pthread_create (&thread, NULL, start2, NULL); 63 pthread_create (&thread_2, NULL, start, NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| jit-attach-pie.c | 36 pthread_create (&thread, NULL, thread_proc, 0);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| enable-new-thread.c | 32 pthread_create (&th, NULL, test, NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| thread-specific-bp.c | 36 pthread_create (&thread, NULL, start, NULL);
|
| tls-so_extern_main.c | 39 pthread_create (&threads[0], NULL, tls_ptr, NULL); 40 pthread_create (&threads[1], NULL, tls_ptr, NULL);
|
| step-over-thread-exit-while-stop-all-threads.c | 44 pthread_create (&threads[i], NULL, stepper_over_exit_thread, NULL); 71 pthread_create (&spawner, NULL, spawner_thread, NULL); 72 pthread_create (&breakpoint_hitter, NULL, breakpoint_hitter_thread, NULL);
|
| stepi-over-clone.c | 49 pthread_create (&thr, NULL, thread_worker_2, NULL); 81 pthread_create (&thr_idle, NULL, thread_idle_loop, NULL); 83 pthread_create (&thr, NULL, thread_worker_1, NULL);
|
| execl.c | 50 pthread_create (&thread1, NULL, thread_function, NULL); 51 pthread_create (&thread2, NULL, thread_function, NULL);
|
| reconnect-signal.c | 47 pthread_create (&thread, NULL, start2, NULL); 63 pthread_create (&thread_2, NULL, start, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/ |
| tids.c | 35 pthread_create (&child_thread[1], NULL, thread_function2, NULL); 50 pthread_create (&child_thread[0], NULL, thread_function1, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-evthreads.c | 39 pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL); 47 pthread_create will stop first. */ 49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
|
| py-thread-exited.c | 42 pthread_create (&thread2_id, NULL, do_thread, NULL); 43 pthread_create (&thread3_id, NULL, do_thread, &barrier);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/ |
| tids.c | 35 pthread_create (&child_thread[1], NULL, thread_function2, NULL); 50 pthread_create (&child_thread[0], NULL, thread_function1, NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-evthreads.c | 39 pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL); 47 pthread_create will stop first. */ 49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
|
| py-thread-exited.c | 42 pthread_create (&thread2_id, NULL, do_thread, NULL); 43 pthread_create (&thread3_id, NULL, do_thread, &barrier);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| thread3.c | 32 retcode = pthread_create (&th_a, NULL, process, (void *) "a"); 35 retcode = pthread_create (&th_b, NULL, process, (void *) "b");
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| thread3.c | 32 retcode = pthread_create (&th_a, NULL, process, (void *) "a"); 35 retcode = pthread_create (&th_b, NULL, process, (void *) "b");
|
| /src/regress/sys/kern/softint1/ |
| softint1.c | 62 pthread_create(&thr, NULL, thread, NULL);
|