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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
corethreads.c 23 pthread_t thread1; variable
28 assert (pthread_self () == thread1);
40 i = pthread_create (&thread1, NULL, start, NULL);
43 i = pthread_join (thread1, NULL);
execl.c 44 pthread_t thread1; local
50 pthread_create (&thread1, NULL, thread_function, NULL);
pthreads.c 60 thread1 (void *arg) function
66 printf ("thread1 (%0lx) ; pid = %d\n", (long) arg, getpid ());
70 printf ("thread1 %ld\n", (long) pthread_self ());
146 res = pthread_create (&tid1, &attr, thread1, (void *) 0xfeedface);
ia64-sigill.c 242 static pthread_t thread1, thread2; variable
281 i = pthread_create (&thread1, NULL, thread_func, (void *) (intptr_t) 1);
362 i = pthread_join (thread1, NULL);
watchthreads-reorder.c 251 static pthread_t thread1, thread2; variable
290 i = pthread_create (&thread1, NULL, thread1_func, NULL);
371 i = pthread_join (thread1, NULL);
siginfo-threads.c 311 static pthread_t thread1, thread2; variable
365 i = pthread_create (&thread1, NULL, thread1_func, NULL);
461 i = pthread_join (thread1, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
corethreads.c 23 pthread_t thread1; variable
28 assert (pthread_self () == thread1);
40 i = pthread_create (&thread1, NULL, start, NULL);
43 i = pthread_join (thread1, NULL);
execl.c 44 pthread_t thread1; local
50 pthread_create (&thread1, NULL, thread_function, NULL);
pthreads.c 60 thread1 (void *arg) function
66 printf ("thread1 (%0lx) ; pid = %d\n", (long) arg, getpid ());
70 printf ("thread1 %ld\n", (long) pthread_self ());
146 res = pthread_create (&tid1, &attr, thread1, (void *) 0xfeedface);
ia64-sigill.c 242 static pthread_t thread1, thread2; variable
281 i = pthread_create (&thread1, NULL, thread_func, (void *) (intptr_t) 1);
362 i = pthread_join (thread1, NULL);
watchthreads-reorder.c 251 static pthread_t thread1, thread2; variable
290 i = pthread_create (&thread1, NULL, thread1_func, NULL);
371 i = pthread_join (thread1, NULL);
siginfo-threads.c 311 static pthread_t thread1, thread2; variable
365 i = pthread_create (&thread1, NULL, thread1_func, NULL);
461 i = pthread_join (thread1, NULL);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-6-prg.c 138 pthread_t thread1; local
152 if (pthread_create (&thread1, NULL, &thread1_execution, NULL))
gettext-7-prg.c 142 pthread_t thread1; local
156 if (pthread_create (&thread1, NULL, &thread1_execution, NULL))
  /src/external/mit/libuv/dist/docs/code/signal/
main.c 58 uv_thread_t thread1, thread2; local
60 uv_thread_create(&thread1, thread1_worker, 0);
63 uv_thread_join(&thread1);
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 197 isc_thread_t thread1; local
200 isc_thread_create(trylock_thread1, NULL, &thread1);
204 isc_thread_join(thread1, NULL);
  /src/crypto/external/bsd/openssl/dist/test/
threadstest.c 472 thread_t thread1, thread2; local
537 if (!TEST_true(run_thread(&thread1, worker))
547 if (!TEST_true(wait_for_thread(thread1)))
583 thread_t thread1, thread2; local
600 if (!TEST_true(run_thread(&thread1, thread_multi_simple_fetch))
606 if (!TEST_true(wait_for_thread(thread1))
  /src/external/gpl2/diffutils/dist/src/
diff3.c 245 struct diff_block *thread0, *thread1, *last_block;
397 thread1 = process_diff (file[rev_mapping[FILE1]], 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;
463 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block,
470 if (thread1)
473 horizon_lines = max (horizon_lines, D_NUMLINES (thread1, i));
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 37 milliseconds