Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
Dnsintrall.c23 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
Dnon-stop-exit.c23 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/
Dpending-step.c22 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
Dwatchthreads.c25 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
Dschedlock.c23 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
Dthreadapply.c25 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
Dthread-specific.c23 void *thread_function(void *arg);
36 thread_function, in main()
52 void *thread_function(void *arg) { in thread_function() function
Dexecl.c32 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()
Dprint-threads.c6 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
Dwatchthreads2.c36 void *thread_function (void *arg); /* Function executed by each thread. */
57 thread_function, in main()
93 thread_function (void *arg) in thread_function() function
Dwp-replication.c39 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
Dsignal-sigtrap.c29 thread_function (void *arg) in thread_function() function
41 pthread_create (&child_thread, NULL, thread_function, NULL); in main()
Dcontinue-pending-after-query.c29 thread_function (void *arg) in thread_function() function
41 pthread_create (&th, NULL, thread_function, NULL); in main()
Dthrexit-hop-specific.c23 thread_function (void *arg) in thread_function() function
39 pthread_create (&thread, NULL, thread_function, NULL); in main()
Dhand-call-new-thread.c31 thread_function (void *arg) in thread_function() function
43 res = pthread_create (&thread, NULL, thread_function, NULL); in new_thread()
Dsignal-command-handle-nopass.c30 thread_function (void *arg) in thread_function() function
45 pthread_create (&child_thread, NULL, thread_function, NULL); in main()
Dstep-bg-decr-pc-switch-thread.c32 thread_function (void *arg) in thread_function() function
48 thread_function, in main()
Dcontinue-pending-status.c29 thread_function (void *arg) in thread_function() function
54 thread_function, NULL); in main()
Dasync.c28 thread_function (void *arg) in thread_function() function
60 thread_function, NULL); in main()
Dkill.c28 thread_function (void *arg) in thread_function() function
54 pthread_create (&threads[i], NULL, thread_function, NULL); in setup()
Dsignal-delivered-right-thread.c32 thread_function (void *arg) in thread_function() function
51 pthread_create (&child_thread[i], NULL, thread_function, NULL); in main()
Dstaticthreads.c36 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/
Dwatch_thread_num.c28 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/
Dtrace-mt.c22 thread_function(void *arg) in thread_function() function
38 pthread_create (&threads[i], NULL, thread_function, NULL); in main()
Dftrace-lock.c61 thread_function (void *arg) in thread_function() function
78 pthread_create (&threads[i], NULL, thread_function, NULL); in main()

12