HomeSort by: relevance | last modified time | path
    Searched refs:pthread_join (Results 1 - 25 of 492) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-attach-pie.c 37 pthread_join (thread, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
enable-new-thread.c 33 pthread_join (th, NULL);
multi-thread-step.c 49 pthread_join (th, NULL);
non-stop.c 42 pthread_join (th, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
thread-specific-bp.c 37 pthread_join (thread, NULL);
tls-so_extern_main.c 42 pthread_join (threads[0], NULL);
43 pthread_join (threads[1], NULL);
stepi-over-clone.c 58 pthread_join (thr, &val);
84 pthread_join (thr, &val);
87 pthread_join (thr_idle, &val);
reconnect-signal.c 48 pthread_join (thread, NULL);
64 pthread_join (thread_2, NULL);
attach-stopped.c 45 pthread_join (th, NULL);
continue-pending-after-query.c 45 pthread_join (th, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-attach-pie.c 37 pthread_join (thread, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
enable-new-thread.c 33 pthread_join (th, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
thread-specific-bp.c 37 pthread_join (thread, NULL);
tls-so_extern_main.c 42 pthread_join (threads[0], NULL);
43 pthread_join (threads[1], NULL);
stepi-over-clone.c 58 pthread_join (thr, &val);
84 pthread_join (thr, &val);
87 pthread_join (thr_idle, &val);
reconnect-signal.c 48 pthread_join (thread, NULL);
64 pthread_join (thread_2, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-evthreads.c 39 pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL);
49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
py-thread-exited.c 44 pthread_join (thread2_id, NULL);
46 pthread_join (thread3_id, NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-evthreads.c 39 pthread_create (&thread3_id, NULL, thread3, NULL); pthread_join (thread3_id, NULL);
49 pthread_create (&thread2_id, NULL, thread2, NULL); pthread_join (thread2_id, NULL);
py-thread-exited.c 44 pthread_join (thread2_id, NULL);
46 pthread_join (thread3_id, NULL);
  /src/tests/lib/libpthread/
t_join.c 53 ATF_TC(pthread_join); variable
54 ATF_TC_HEAD(pthread_join, tc)
58 "Checks basic error conditions in pthread_join(3)");
61 ATF_TC_BODY(pthread_join, tc)
66 PTHREAD_REQUIRE(pthread_join(thread, NULL));
92 rv = pthread_join(caller, NULL);
116 PTHREAD_REQUIRE(pthread_join(thread[i], &val));
127 rv = pthread_join(thread[i], NULL);
174 ATF_TP_ADD_TC(tp, pthread_join);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
thread3.c 38 retcode = pthread_join (th_a, &retval);
41 retcode = pthread_join (th_b, &retval);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
thread3.c 38 retcode = pthread_join (th_a, &retval);
41 retcode = pthread_join (th_b, &retval);
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.thread/
external_threads.d 41 pthread_join(thread, null);
48 pthread_join(thread, null);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-attach.c 45 pthread_join (thread, NULL);

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>