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

12

/external/compiler-rt/lib/asan/tests/
H A Dasan_racy_double_free_test.cc16 void *Thread2(void *unused) { function
29 pthread_create(&t[1], 0, Thread2, 0);
/external/compiler-rt/test/tsan/
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_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_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 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 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);
H A Dmutexset1.cc17 void *Thread2(void *x) { function
33 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset2.cc16 void *Thread2(void *x) { function
33 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dmutexset8.cc17 void *Thread2(void *x) { function
34 pthread_create(&t[1], NULL, Thread2, NULL);
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 Drace_on_mutex.c18 void *Thread2(void *x) { function
29 pthread_create(&t[1], NULL, Thread2, NULL);
39 // CHECK-NEXT: #1 Thread2{{.*}} {{.*}}race_on_mutex.c:20{{(:3)?}} ({{.*}})
H A Drace_on_write.cc18 void *Thread2(void *x) { function
29 pthread_create(&t[1], NULL, Thread2, NULL);
H A Dsimple_race.c14 void *Thread2(void *x) { function
22 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
15 pthread_create(&t, 0, Thread2, &Var);
H A Dsuppress_same_address.cc15 void *Thread2(void *x) { function
25 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 Dthread_name.cc17 void *Thread2(void *x) { function
19 pthread_setname_np(pthread_self(), "Thread2");
21 AnnotateThreadName(__FILE__, __LINE__, "Thread2");
30 pthread_create(&t[1], NULL, Thread2, NULL);
37 // CHECK: Thread T2 'Thread2'

Completed in 106 milliseconds

12