Searched refs:Thread2 (Results 1 - 25 of 49) sorted by relevance

12

/external/compiler-rt/test/tsan/
H A Dsimple_race.cc12 void *Thread2(void *x) { function
20 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dstack_race2.cc6 void *Thread2(void *a) { function
15 pthread_create(&t, 0, Thread2, &Var);
H A Dsuppress_same_address.cc15 void *Thread2(void *x) { function
25 Thread2(0);
H A Dtls_race2.cc6 void *Thread2(void *a) { function
15 pthread_create(&t, 0, Thread2, &Var);
H A Datomic_stack.cc13 void *Thread2(void *x) { function
21 pthread_create(&t[1], NULL, Thread2, NULL);
H A Ddefault_options.cc16 void *Thread2(void *x) { function
24 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_location.cc13 void *Thread2(void *x) { function
24 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_pipe_race.cc13 void *Thread2(void *x) { function
24 pthread_create(&t[1], NULL, Thread2, NULL);
32 // CHECK: #1 Thread2
H A Drace_on_barrier.c16 void *Thread2(void *x) { function
25 Thread2(0);
H A Drace_on_barrier2.c16 void *Thread2(void *x) { function
26 Thread2(0);
H A Dsimple_race.c14 void *Thread2(void *x) { function
22 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsuppressions_global.cc12 void *Thread2(void *x) { function
20 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsuppressions_race.cc14 void *Thread2(void *x) { function
22 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsuppressions_race2.cc13 void *Thread2(void *x) { function
22 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dthread_name2.cc14 void *Thread2(void *x) { function
23 pthread_create(&t[1], 0, Thread2, 0);
H A Daligned_vs_unaligned_race.cc17 void *Thread2(void *x) { function
27 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_close_norace.cc15 void *Thread2(void *x) { function
25 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_dup_norace.cc18 void *Thread2(void *x) { function
28 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_pipe_norace.cc15 void *Thread2(void *x) { function
27 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_socketpair_norace.cc18 void *Thread2(void *x) { function
31 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_stdout_race.cc21 void *Thread2(void *x) { function
30 pthread_create(&t[1], NULL, Thread2, NULL);
39 // CHECK: #0 Thread2
H A Dfree_race.c21 void *Thread2(void *x) { function
34 Thread2(0);
42 // CHECK-NOZUPP: #0 Thread2
47 // CHECK-NOZUPP: SUMMARY: ThreadSanitizer: heap-use-after-free{{.*}}Thread2
49 // CHECK-SUPP: 1 race:^Thread2$
H A Dmemcpy_race.cc18 void *Thread2(void *x) { function
29 pthread_create(&t[1], NULL, Thread2, NULL);
39 // CHECK: #1 Thread2
H A Dmop_with_offset.cc13 void *Thread2(void *x) { function
26 pthread_create(&t[1], NULL, Thread2, data);
H A Dmop_with_offset2.cc14 void *Thread2(void *x) { function
26 pthread_create(&t[1], NULL, Thread2, data);

Completed in 159 milliseconds

12