Searched refs:thread2_id (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-evthreads.c23 pthread_t thread2_id; variable
49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
H A Dpy-thread-exited.c22 pthread_t thread2_id; variable
42 pthread_create (&thread2_id, NULL, do_thread, NULL);
44 pthread_join (thread2_id, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-evthreads.c23 pthread_t thread2_id; variable
49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dpthreads.exp125 global main_id thread1_id thread2_id
180 set thread2_id $expect_out(1,string)
228 global gdb_prompt main_id thread1_id thread2_id
238 gdb_test "thread apply $thread2_id backtrace" \
245 gdb_test "thread apply $main_id $thread1_id $thread2_id bt" \
252 gdb_test "break common_routine thread $thread2_id" \
278 gdb_test "thread apply $::thread1_id $::thread2_id p notfound" \
286 gdb_test "thread apply $::thread1_id $::thread2_id -c p notfound" \
292 "Thread $::thread2_id ${any}" \
306 "Thread $::thread2_id
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dpthreads.exp128 global main_id thread1_id thread2_id
182 set thread2_id $expect_out(1,string)
230 global gdb_prompt main_id thread1_id thread2_id
240 gdb_test "thread apply $thread2_id backtrace" \
247 gdb_test "thread apply $main_id $thread1_id $thread2_id bt" \
254 gdb_test "break common_routine thread $thread2_id" \

Completed in 84 milliseconds