Searched refs:thread_func (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-attach.c25 thread_func (void *arg) function
40 pthread_create (&thread, NULL, thread_func, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dswitch-threads.c26 void *thread_func (void *arg) function
40 pthread_create (&thr, NULL, thread_func, NULL);
H A Dswitch-threads.exp36 gdb_breakpoint thread_func
37 gdb_continue_to_breakpoint "continue to thread_func"
H A Dprocess-dies-while-handling-bp.c34 thread_func (void *arg) function
61 ret = pthread_create (&threads[i], NULL, thread_func, NULL);
H A Dfork-plus-threads.c33 thread_func (void *arg) function
48 ret = pthread_create (&threads[i], NULL, thread_func, NULL);
H A Dnames.c33 thread_func (void *varg) function
80 res = pthread_create (&threads[i], NULL, thread_func, arg);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dswitch-threads.c26 void *thread_func (void *arg) function
40 pthread_create (&thr, NULL, thread_func, NULL);
H A Dswitch-threads.exp36 gdb_breakpoint thread_func
37 gdb_continue_to_breakpoint "continue to thread_func"
H A Dstep-N-all-progress.c25 thread_func (void *arg) function
43 GDB prematurely stops the thread_func thread after the first of
46 pthread_create (&thread, NULL, thread_func, NULL); /* set break here */
H A Dschedlock-thread-exit.c22 thread_func (void *p) function
35 int ret = pthread_create (&threads[i], NULL, thread_func, NULL);
H A Dattach-non-stop.c29 thread_func (void *arg) function
50 rc = pthread_create (&child, NULL, thread_func, NULL);
H A Dprocess-dies-while-handling-bp.c34 thread_func (void *arg) function
61 ret = pthread_create (&threads[i], NULL, thread_func, NULL);
H A Dpending-fork-event-detach.c47 thread_func (void *p) function
70 ret = pthread_create (&thread, NULL, thread_func, NULL);
H A Dstep-over-exec.c52 thread_func (void *arg) function
76 ret = pthread_create (&thread, NULL, thread_func, argv[0]);
H A Ddetach-step-over.c40 thread_func (void *arg) function
92 rc = pthread_create (&child, NULL, thread_func, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-attach.c25 thread_func (void *arg) function
40 pthread_create (&thread, NULL, thread_func, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-condbreak-call-thr-state-mt.c31 thread_func (void *arg) function
44 if (pthread_create (&tid, NULL, thread_func, NULL))
H A Dmi-pending.c26 thread_func (void* arg) function
56 &thread_func,
H A Dmi-threads-interrupt.c26 thread_func (void *v) function
51 pthread_create (&threads[i], NULL, thread_func, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dattach-flag.c8 thread_func (void *p) function
23 pthread_create (&threads[i], NULL, thread_func, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-condbreak-call-thr-state-mt.c31 thread_func (void *arg) function
44 if (pthread_create (&tid, NULL, thread_func, NULL))
H A Dmi-threads-interrupt.c26 thread_func (void *v) function
51 pthread_create (&threads[i], NULL, thread_func, NULL);
H A Dmi-pending.c26 thread_func (void* arg) function
56 &thread_func,
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drun-attach-while-running.c31 thread_func (void *p) function
57 ret = pthread_create (&thread, NULL, thread_func, NULL);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc39 void *thread_func(void *arg) { function in namespace:__sanitizer
46 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func,

Completed in 360 milliseconds

12