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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/lit_tests/
simple_race.c 21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
simple_race.cc 21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
stack_race2.cc 16 pthread_join(t, 0);
23 pthread_join(t, 0);
tls_race2.cc 16 pthread_join(t, 0);
23 pthread_join(t, 0);
race_on_heap.cc 28 pthread_join(t[0], &p);
32 pthread_join(t[0], 0);
33 pthread_join(t[1], 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);
inlined_memcpy_race.cc 31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
36 pthread_join(t[0], NULL);
37 pthread_join(t[1], NULL);
sleep_sync.cc 21 pthread_join(t, 0);
sleep_sync2.cc 17 pthread_join(t, 0);
stack_race.cc 15 pthread_join(t, 0);
thread_end_with_ignore.cc 15 pthread_join(t, 0);
thread_leak.c 12 pthread_join(t, 0);
tiny_race.c 17 pthread_join(t, 0);
tls_race.cc 15 pthread_join(t, 0);
atomic_stack.cc 22 pthread_join(t[0], NULL);
23 pthread_join(t[1], NULL);
blacklist.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);
static_init1.cc 22 pthread_join(t[0], 0);
23 pthread_join(t[1], 0);
suppressions_global.cc 21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
suppressions_race.cc 23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
suppressions_race2.cc 23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
  /external/valgrind/main/helgrind/tests/
hg04_race.c 23 pthread_join(a, NULL);
24 pthread_join(b, NULL);
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 46 pthread_join(t1, &result);
58 pthread_join(t1, &result);
71 pthread_join(t2, NULL);
72 pthread_join(t3, NULL);

Completed in 158 milliseconds

1 2 3 4 5 6 7 8 91011>>