Searched refs:thread3_id (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-evthreads.c24 pthread_t thread3_id; variable
36 thread3_id to stop. It would complicate testcase reception of the
39 pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL);
H A Dpy-thread-exited.c23 pthread_t thread3_id; variable
43 pthread_create (&thread3_id, NULL, do_thread, &barrier);
46 pthread_join (thread3_id, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-evthreads.c24 pthread_t thread3_id; variable
36 thread3_id to stop. It would complicate testcase reception of the
39 pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL);

Completed in 118 milliseconds