| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| D | nsintrall.c | 23 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 40 thread_function, in main() 46 thread_function ((void *) 0); in main() 51 void *thread_function(void *arg) { in thread_function() function
|
| D | non-stop-exit.c | 23 void* thread_function (void*); 26 thread_function (void *arg) in thread_function() function 45 pthread_create (&thread_id[i], NULL, thread_function, &args[i]); in main()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | pending-step.c | 22 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 39 thread_function, in main() 45 thread_function ((void *) 0); in main() 50 void *thread_function(void *arg) { in thread_function() function
|
| D | watchthreads.c | 25 void *thread_function (void *arg); /* Function executed by each thread. */ 55 thread_function, in main() 60 thread_function ((void *) i); in main() 66 thread_function (void *arg) in thread_function() function
|
| D | schedlock.c | 23 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 42 thread_function, in main() 48 thread_function ((void *) 0); in main() 75 void *thread_function(void *arg) { in thread_function() function
|
| D | threadapply.c | 25 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 46 thread_function, in main() 66 thread_function ((void *) i); in main() 71 void *thread_function(void *arg) { in thread_function() function
|
| D | thread-specific.c | 23 void *thread_function(void *arg); 36 thread_function, in main() 52 void *thread_function(void *arg) { in thread_function() function
|
| D | execl.c | 32 thread_function (void *arg) in thread_function() function 50 pthread_create (&thread1, NULL, thread_function, NULL); in main() 51 pthread_create (&thread2, NULL, thread_function, NULL); in main()
|
| D | print-threads.c | 6 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 22 res = pthread_create(&threads[i], NULL, thread_function, (void *)&args[i]); in main() 36 void *thread_function(void *arg) { in thread_function() function
|
| D | watchthreads2.c | 36 void *thread_function (void *arg); /* Function executed by each thread. */ 57 thread_function, in main() 93 thread_function (void *arg) in thread_function() function
|
| D | wp-replication.c | 39 void *thread_function (void *arg); /* Function executed by each thread. */ 70 NULL, thread_function, in main() 106 thread_function (void *arg) in thread_function() function
|
| D | signal-sigtrap.c | 29 thread_function (void *arg) in thread_function() function 41 pthread_create (&child_thread, NULL, thread_function, NULL); in main()
|
| D | continue-pending-after-query.c | 29 thread_function (void *arg) in thread_function() function 41 pthread_create (&th, NULL, thread_function, NULL); in main()
|
| D | threxit-hop-specific.c | 23 thread_function (void *arg) in thread_function() function 39 pthread_create (&thread, NULL, thread_function, NULL); in main()
|
| D | hand-call-new-thread.c | 31 thread_function (void *arg) in thread_function() function 43 res = pthread_create (&thread, NULL, thread_function, NULL); in new_thread()
|
| D | signal-command-handle-nopass.c | 30 thread_function (void *arg) in thread_function() function 45 pthread_create (&child_thread, NULL, thread_function, NULL); in main()
|
| D | step-bg-decr-pc-switch-thread.c | 32 thread_function (void *arg) in thread_function() function 48 thread_function, in main()
|
| D | continue-pending-status.c | 29 thread_function (void *arg) in thread_function() function 54 thread_function, NULL); in main()
|
| D | async.c | 28 thread_function (void *arg) in thread_function() function 60 thread_function, NULL); in main()
|
| D | kill.c | 28 thread_function (void *arg) in thread_function() function 54 pthread_create (&threads[i], NULL, thread_function, NULL); in setup()
|
| D | signal-delivered-right-thread.c | 32 thread_function (void *arg) in thread_function() function 51 pthread_create (&child_thread[i], NULL, thread_function, NULL); in main()
|
| D | staticthreads.c | 36 thread_function (void *arg) in thread_function() function 74 pthread_create (&thread, &attr, thread_function, NULL); in main()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | watch_thread_num.c | 28 void *thread_function (void *arg); /* Pointer to function executed by each thread */ 56 thread_function, in main() 79 void *thread_function (void *arg) { in thread_function() function
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| D | trace-mt.c | 22 thread_function(void *arg) in thread_function() function 38 pthread_create (&threads[i], NULL, thread_function, NULL); in main()
|
| D | ftrace-lock.c | 61 thread_function (void *arg) in thread_function() function 78 pthread_create (&threads[i], NULL, thread_function, NULL); in main()
|