Searched defs:Thread1 (Results 1 - 25 of 58) sorted by relevance

123

/external/compiler-rt/test/tsan/
H A Dtiny_race.c7 void *Thread1(void *x) { function
15 pthread_create(&t, 0, Thread1, 0);
H A Datomic_stack.cc7 void *Thread1(void *x) { function
20 pthread_create(&t[0], NULL, Thread1, NULL);
29 // CHECK: #1 Thread1
H A Dblacklist.cc10 void *Thread1(void *x) { function
22 pthread_create(&t[0], NULL, Thread1, NULL);
H A Ddefault_options.cc11 void *Thread1(void *x) { function
23 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dfd_close_norace.cc9 void *Thread1(void *x) { function
24 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dfd_dup_norace.cc11 void *Thread1(void *x) { function
27 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dfd_location.cc8 void *Thread1(void *x) { function
23 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dfd_pipe_race.cc8 void *Thread1(void *x) { function
23 pthread_create(&t[0], NULL, Thread1, NULL);
35 // CHECK: #1 Thread1
H A Dfree_race.c14 void *Thread1(void *x) { function
33 pthread_create(&t, NULL, Thread1, NULL);
46 // CHECK-NOZUPP: #{{(1|2)}} Thread1
H A Dmop_with_offset.cc7 void *Thread1(void *x) { function
25 pthread_create(&t[0], NULL, Thread1, data);
H A Dmop_with_offset2.cc7 void *Thread1(void *x) { function
25 pthread_create(&t[0], NULL, Thread1, data);
H A Dmutexset1.cc9 void *Thread1(void *x) { function
32 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dmutexset2.cc9 void *Thread1(void *x) { function
32 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dmutexset8.cc9 void *Thread1(void *x) { function
33 pthread_create(&t[0], NULL, Thread1, NULL);
H A Drace_on_barrier.c10 void *Thread1(void *x) { function
24 pthread_create(&t, NULL, Thread1, NULL);
H A Drace_on_barrier2.c10 void *Thread1(void *x) { function
25 pthread_create(&t, NULL, Thread1, NULL);
H A Drace_on_mutex.c10 void *Thread1(void *x) { function
28 pthread_create(&t[0], NULL, Thread1, NULL);
42 // CHECK-NEXT: #1 Thread1{{.*}} {{.*}}race_on_mutex.c:11{{(:3)?}} ({{.*}})
H A Drace_on_puts.cc13 void *Thread1(void *p) { function
21 pthread_create(&th[1], 0, Thread1, 0);
H A Drace_on_write.cc12 void *Thread1(void *x) { function
27 pthread_create(&t[0], NULL, Thread1, NULL);
39 // CHECK: #0 Thread1
H A Dsimple_race.c8 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsimple_race.cc7 void *Thread1(void *x) { function
19 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsuppress_same_address.cc7 void *Thread1(void *x) { function
24 pthread_create(&t, 0, Thread1, 0);
H A Dsuppress_same_stacks.cc7 void *Thread1(void *x) { function
19 pthread_create(&t, 0, Thread1, 0);
20 Thread1(0);
H A Dsuppressions_global.cc7 void *Thread1(void *x) { function
19 pthread_create(&t[0], NULL, Thread1, NULL);
/external/compiler-rt/lib/asan/tests/
H A Dasan_racy_double_free_test.cc8 void *Thread1(void *unused) { function
28 pthread_create(&t[0], 0, Thread1, 0);

Completed in 98 milliseconds

123