HomeSort by relevance Sort by last modified time
    Searched full:pthread_join (Results 1 - 25 of 1086) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltrace/testsuite/ltrace.main/
main-threaded.c 24 pthread_join (thread1, NULL);
25 pthread_join (thread2, NULL);
26 pthread_join (thread3, NULL);
  /external/valgrind/main/helgrind/tests/
hg04_race.c 23 pthread_join(a, NULL);
24 pthread_join(b, NULL);
hg05_race2.c 31 pthread_join(a, NULL);
32 pthread_join(b, NULL);
hg06_readshared.c 27 pthread_join(a, NULL);
28 pthread_join(b, NULL);
hg01_all_ok.c 44 pthread_join(a, NULL);
45 pthread_join(b, NULL);
hg02_deadlock.c 38 pthread_join(a, NULL);
39 pthread_join(b, NULL);
  /external/lldb/test/functionalities/thread/
main.c 34 pthread_join(thread_2, NULL);
53 pthread_join (thread_1, NULL);
54 pthread_join (thread_3, NULL);
  /external/compiler-rt/test/tsan/
static_init5.cc 22 pthread_join(t, &res);
37 pthread_join(t[0], 0);
38 pthread_join(t[1], 0);
static_init6.cc 22 pthread_join(t, &res);
37 pthread_join(t[0], 0);
38 pthread_join(t[1], 0);
atomic_stack.cc 22 pthread_join(t[0], NULL);
23 pthread_join(t[1], NULL);
default_options.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
race_on_puts.cc 22 pthread_join(th[0], 0);
23 pthread_join(th[1], 0);
simple_race.c 23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
simple_race.cc 21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
stack_race2.cc 17 pthread_join(t, 0);
24 pthread_join(t, 0);
static_init1.cc 22 pthread_join(t[0], 0);
23 pthread_join(t[1], 0);
sunrpc.cc 19 pthread_join(th[0], 0);
20 pthread_join(th[1], 0);
suppressions_global.cc 21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
thread_name2.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
tls_race2.cc 17 pthread_join(t, 0);
24 pthread_join(t, 0);
aligned_vs_unaligned_race.cc 28 pthread_join(t[0], NULL);
29 pthread_join(t[1], NULL);
blacklist.cc 24 pthread_join(t[0], NULL);
25 pthread_join(t[1], NULL);
  /external/valgrind/main/none/tests/
pth_stackalign.c 27 if ((e = pthread_join(t, NULL)) != 0)
29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
  /external/compiler-rt/lib/asan/tests/
asan_racy_double_free_test.cc 30 pthread_join(t[0], 0);
31 pthread_join(t[1], 0);
  /external/compiler-rt/test/asan/TestCases/Linux/
unpoison_tls.cc 31 assert(0 == pthread_join(p, 0));
33 assert(0 == pthread_join(p, 0));

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011>>