HomeSort by relevance Sort by last modified time
    Searched full:pthread_join (Results 26 - 50 of 802) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/lit_tests/
fd_pipe_race.cc 25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
fd_socketpair_norace.cc 32 pthread_join(t[0], NULL);
33 pthread_join(t[1], NULL);
fd_stdout_race.cc 31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
race_on_read.cc 23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
race_on_write.cc 30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
static_init2.cc 28 pthread_join(t[0], 0);
29 pthread_join(t[1], 0);
static_init3.cc 43 pthread_join(t[0], 0);
44 pthread_join(t[1], 0);
static_init4.cc 32 pthread_join(t[0], 0);
33 pthread_join(t[1], 0);
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);
thread_name.cc 31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
vptr_benign_race.cc 46 pthread_join(t[0], NULL);
47 pthread_join(t[1], NULL);
vptr_harmful_race.cc 47 pthread_join(t[0], NULL);
48 pthread_join(t[1], NULL);
vptr_harmful_race2.cc 47 pthread_join(t[0], NULL);
48 pthread_join(t[1], NULL);
atomic_free.cc 16 pthread_join(t, 0);
atomic_free2.cc 16 pthread_join(t, 0);
heap_race.cc 16 pthread_join(t, NULL);
sleep_sync2.cc 17 pthread_join(t, 0);
stack_race.cc 15 pthread_join(t, 0);
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 42 pthread_join(tid[0], NULL);
43 pthread_join(tid[1], NULL);
pth_cleanup_handler.c 60 pthread_join(pt1, 0);
61 pthread_join(pt2, 0);
rwlock_race.c 49 pthread_join(thread1, 0);
50 pthread_join(thread2, 0);
  /external/valgrind/main/none/tests/
pth_cancel1.c 57 if (pthread_join(tid, &result) != 0)
59 perror("pthread_join");
threaded-fork.c 29 pthread_join( childthread, &res );
39 pthread_join( childthread, &res );
threadederrno.c 31 pthread_join(tid2, NULL);
32 pthread_join(tid3, NULL);

Completed in 202 milliseconds

12 3 4 5 6 7 8 91011>>