Home
last modified time | relevance | path

Searched refs:thread0 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dcorethreads.c22 pthread_t thread0; variable
38 thread0 = pthread_self (); in main()
Dcorethreads.exp44 set thread0 $expect_out(1,string)
55 gdb_test "info threads" "\r\n *\[12\] +Thread $thread0 .*" "thread0 found"
/netbsd/src/external/gpl2/xcvs/dist/diff/
Ddiff3.c265 struct diff_block *thread0, *thread1, *last_block; local
475 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block,
477 diff3 = make_3way_diff (thread0, thread1);
644 make_3way_diff (thread0, thread1) in make_3way_diff() argument
645 struct diff_block *thread0, *thread1; in make_3way_diff()
706 current[0] = thread0; current[1] = thread1;