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

123

/external/compiler-rt/test/tsan/
H A Dstack_race2.cc4 void *Thread2(void *a) { function
13 pthread_create(&t, 0, Thread2, &Var);
H A Dsuppress_same_address.cc14 void *Thread2(void *x) { function
26 Thread2(0);
H A Dtls_race2.cc4 void *Thread2(void *a) { function
13 pthread_create(&t, 0, Thread2, &Var);
H A Datomic_stack.cc12 void *Thread2(void *x) { function
22 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.cc12 void *Thread2(void *x) { function
24 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_pipe_race.cc12 void *Thread2(void *x) { function
24 pthread_create(&t[1], NULL, Thread2, NULL);
32 // CHECK: #1 Thread2
H A Dmop1.c21 void *Thread2(void *x) { function
33 pthread_create(&t[1], 0, Thread2, 0);
H A Drace_on_barrier.c18 void *Thread2(void *x) { function
28 Thread2(0);
H A Drace_on_barrier2.c20 void *Thread2(void *x) { function
30 Thread2(0);
H A Drace_on_heap.cc12 void *Thread2(void *p) { function
32 pthread_create(&t[1], 0, Thread2, (char*)p + 16);
H A Drace_with_finished_thread.cc18 void *Thread2(void *x) { function
29 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsimple_race.c12 void *Thread2(void *x) { function
22 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsimple_race.cc12 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.cc12 void *Thread2(void *x) { function
22 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsuppressions_race2.cc12 void *Thread2(void *x) { function
22 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dthread_name2.cc20 void *Thread2(void *x) { function
31 pthread_create(&t[1], 0, Thread2, 0);
H A Daligned_vs_unaligned_race.cc15 void *Thread2(void *x) { function
28 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dfd_close_norace.cc14 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.cc19 void *Thread2(void *x) { function
30 pthread_create(&t[1], NULL, Thread2, NULL);
39 // CHECK: #0 Thread2
H A Dfree_race.c18 void *Thread2(void *x) { function
32 Thread2(0);
40 // CHECK-NOZUPP: #0 Thread2
45 // CHECK-NOZUPP: SUMMARY: ThreadSanitizer: heap-use-after-free{{.*}}Thread2
47 // CHECK-SUPP: 1 race:^Thread2$

Completed in 835 milliseconds

123