HomeSort by: relevance | last modified time | path
    Searched defs:thread0 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
corethreads.c 22 pthread_t thread0; variable
38 thread0 = pthread_self ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
corethreads.c 22 pthread_t thread0; variable
38 thread0 = pthread_self ();
  /src/external/gpl2/diffutils/dist/src/
diff3.c 245 struct diff_block *thread0, *thread1, *last_block;
398 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block);
399 diff3 = make_3way_diff (thread0, thread1);
541 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1)
597 current[0] = thread0; current[1] = thread1;
243 struct diff_block *thread0, *thread1, *last_block; local
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 267 struct diff_block *thread0, *thread1, *last_block;
477 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block,
479 diff3 = make_3way_diff (thread0, thread1);
647 make_3way_diff (thread0, thread1)
648 struct diff_block *thread0, *thread1;
709 current[0] = thread0; current[1] = thread1;
265 struct diff_block *thread0, *thread1, *last_block; local

Completed in 29 milliseconds