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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
race_on_heap.cc 29 pthread_join(t[0], &p);
33 pthread_join(t[0], 0);
34 pthread_join(t[1], 0);
race_on_puts.cc 23 pthread_join(th[0], 0);
24 pthread_join(th[1], 0);
stack_race2.cc 16 pthread_join(t, 0);
24 pthread_join(t, 0);
tls_race2.cc 16 pthread_join(t, 0);
24 pthread_join(t, 0);
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_free3.cc 18 pthread_join(t, 0);
fd_tid_recycled.cc 32 pthread_join(t_create, NULL);
37 pthread_join(t_dummy, NULL);
43 pthread_join(t[0], NULL);
44 pthread_join(t[1], NULL);
setuid.c 21 pthread_join(th, 0);
sleep_sync2.cc 19 pthread_join(t, 0);
stack_race.cc 17 pthread_join(t, 0);
thread_end_with_ignore.cc 15 pthread_join(t, 0);
thread_leak.c 12 pthread_join(t, 0);
atomic_stack.cc 23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
blacklist.cc 24 pthread_join(t[0], NULL);
25 pthread_join(t[1], NULL);
blacklist2.cc 45 pthread_join(t[0], NULL);
46 pthread_join(t[1], NULL);
default_options.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
fd_location.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
fd_pipe_race.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
inlined_memcpy_race.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
inlined_memcpy_race2.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
mop1.c 34 pthread_join(t[0], 0);
35 pthread_join(t[1], 0);
  /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/helgrind/tests/
hg04_race.c 23 pthread_join(a, NULL);
24 pthread_join(b, NULL);
  /external/compiler-rt/test/tsan/Darwin/
osspinlock-norace.cc 22 pthread_join(t[0], NULL);
23 pthread_join(t[1], NULL);

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>