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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-evthreads.c 33 void* thread2 (void* d) function
35 /* Do not quit thread3 asynchronously wrt thread2 stop - wait first on
46 /* Use single line to not to race whether `thread2' breakpoint or `next' over
49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-evthreads.c 33 void* thread2 (void* d) function
35 /* Do not quit thread3 asynchronously wrt thread2 stop - wait first on
46 /* Use single line to not to race whether `thread2' breakpoint or `next' over
49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
execl.c 45 pthread_t thread2; local
51 pthread_create (&thread2, NULL, thread_function, NULL);
pthreads.c 79 thread2 (void * arg) function
85 printf ("thread2 (%0lx) ; pid = %d\n", (long) arg, getpid ());
89 printf ("thread2 %ld\n", (long) pthread_self ());
156 res = pthread_create (&tid2, NULL, thread2, (void *) 0xdeadbeef);
ia64-sigill.c 242 static pthread_t thread1, thread2; variable
284 i = pthread_create (&thread2, NULL, thread_func, (void *) (intptr_t) 2);
365 i = pthread_join (thread2, NULL);
watchthreads-reorder.c 251 static pthread_t thread1, thread2; variable
293 i = pthread_create (&thread2, NULL, thread2_func, NULL);
374 i = pthread_join (thread2, NULL);
siginfo-threads.c 311 static pthread_t thread1, thread2; variable
368 i = pthread_create (&thread2, NULL, thread2_func, NULL);
464 i = pthread_join (thread2, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
execl.c 45 pthread_t thread2; local
51 pthread_create (&thread2, NULL, thread_function, NULL);
pthreads.c 79 thread2 (void * arg) function
85 printf ("thread2 (%0lx) ; pid = %d\n", (long) arg, getpid ());
89 printf ("thread2 %ld\n", (long) pthread_self ());
156 res = pthread_create (&tid2, NULL, thread2, (void *) 0xdeadbeef);
ia64-sigill.c 242 static pthread_t thread1, thread2; variable
284 i = pthread_create (&thread2, NULL, thread_func, (void *) (intptr_t) 2);
365 i = pthread_join (thread2, NULL);
watchthreads-reorder.c 251 static pthread_t thread1, thread2; variable
293 i = pthread_create (&thread2, NULL, thread2_func, NULL);
374 i = pthread_join (thread2, NULL);
siginfo-threads.c 311 static pthread_t thread1, thread2; variable
368 i = pthread_create (&thread2, NULL, thread2_func, NULL);
464 i = pthread_join (thread2, NULL);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-6-prg.c 139 pthread_t thread2; local
154 if (pthread_create (&thread2, NULL, &thread2_execution, NULL))
156 if (pthread_join (thread2, NULL))
gettext-7-prg.c 143 pthread_t thread2; local
158 if (pthread_create (&thread2, NULL, &thread2_execution, NULL))
160 if (pthread_join (thread2, NULL))
  /src/external/mit/libuv/dist/docs/code/signal/
main.c 58 uv_thread_t thread1, thread2; local
61 uv_thread_create(&thread2, thread2_worker, 0);
64 uv_thread_join(&thread2);
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 198 isc_thread_t thread2; local
201 isc_thread_create(trylock_thread2, NULL, &thread2);
203 isc_thread_join(thread2, NULL);
  /src/crypto/external/bsd/openssl/dist/test/
threadstest.c 472 thread_t thread1, thread2; local
538 || !TEST_true(run_thread(&thread2, worker2)))
549 if (!TEST_true(wait_for_thread(thread2)))
583 thread_t thread1, thread2; local
601 || !TEST_true(run_thread(&thread2, thread_multi_simple_fetch)))
607 || !TEST_true(wait_for_thread(thread2))

Completed in 33 milliseconds