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

12

/external/compiler-rt/lib/tsan/lit_tests/
H A Dsimple_race.c12 void *Thread2(void *x) { function
20 pthread_create(&t[1], NULL, Thread2, NULL);
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
14 pthread_create(&t, 0, Thread2, &Var);
H A Dsuppress_same_address.cc13 void *Thread2(void *x) { function
23 Thread2(0);
H A Dtls_race2.cc6 void *Thread2(void *a) { function
14 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 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 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 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);
/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc26 void Thread2() { function
34 MyThread t2(Thread2, NULL, "test-thread-2");
H A Doutput_test1.cc11 void Thread2() { // Runs in thread named 'test-thread-2'. function
20 MyThread t2(Thread2, NULL, "test-thread-2");

Completed in 1386 milliseconds

12