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

123

/external/compiler-rt/test/tsan/
H A Dtiny_race.c6 void *Thread1(void *x) { function
15 pthread_create(&t, 0, Thread1, 0);
H A Datomic_stack.cc6 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
30 // 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.cc7 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.cc6 void *Thread1(void *x) { function
23 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dfd_pipe_race.cc6 void *Thread1(void *x) { function
23 pthread_create(&t[0], NULL, Thread1, NULL);
35 // CHECK: #1 Thread1
H A Dfree_race.c10 void *Thread1(void *x) { function
31 pthread_create(&t, NULL, Thread1, NULL);
44 // CHECK-NOZUPP: #{{(1|2)}} Thread1
H A Dmop_with_offset.cc4 void *Thread1(void *x) { function
24 pthread_create(&t[0], NULL, Thread1, data);
H A Dmop_with_offset2.cc4 void *Thread1(void *x) { function
24 pthread_create(&t[0], NULL, Thread1, data);
H A Dmutexset1.cc7 void *Thread1(void *x) { function
32 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dmutexset2.cc7 void *Thread1(void *x) { function
32 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dmutexset8.cc7 void *Thread1(void *x) { function
33 pthread_create(&t[0], NULL, Thread1, NULL);
H A Drace_on_barrier.c11 void *Thread1(void *x) { function
27 pthread_create(&t, NULL, Thread1, NULL);
H A Drace_on_barrier2.c14 void *Thread1(void *x) { function
29 pthread_create(&t, NULL, Thread1, NULL);
H A Drace_on_mutex.c10 void *Thread1(void *x) { function
30 pthread_create(&t[0], NULL, Thread1, NULL);
44 // CHECK-NEXT: #1 Thread1{{.*}} {{.*}}race_on_mutex.c:11{{(:3)?}} ({{.*}})
H A Drace_on_puts.cc12 void *Thread1(void *p) { function
22 pthread_create(&th[1], 0, Thread1, 0);
H A Drace_on_read.cc11 void *Thread1(void *x) { function
31 pthread_create(&t[0], NULL, Thread1, NULL);
H A Drace_on_write.cc10 void *Thread1(void *x) { function
26 pthread_create(&t[0], NULL, Thread1, NULL);
38 // CHECK: #0 Thread1
H A Dsimple_race.c6 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsimple_race.cc6 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsuppress_same_address.cc6 void *Thread1(void *x) { function
25 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);
/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 214 milliseconds

123