Searched refs: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 Dsuppress_same_stacks.cc7 void *Thread1(void *x) { function
19 pthread_create(&t, 0, Thread1, 0);
20 Thread1(0);
H A Drace_on_puts.cc13 void *Thread1(void *p) { function
21 pthread_create(&th[1], 0, Thread1, 0);
H A Drace_on_speculative_load.cc14 void *Thread1(void *p) { function
22 pthread_create(&t, 0, Thread1, 0);
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 Dstatic_init4.cc21 void *Thread1(void *x) { function
30 pthread_create(&t[0], 0, Thread1, 0);
31 pthread_create(&t[1], 0, Thread1, 0);
H A Dstatic_init5.cc26 void *Thread1(void *x) { function
35 pthread_create(&t[0], 0, Thread1, 0);
36 pthread_create(&t[1], 0, Thread1, 0);
H A Dstatic_init6.cc26 void *Thread1(void *x) { function
35 pthread_create(&t[0], 0, Thread1, 0);
36 pthread_create(&t[1], 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 Dblacklist2.cc14 void *Thread1(void *x) { function
18 // CHECK: #0 Thread1{{.*}}blacklist2.cc:[[@LINE+1]]
43 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_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 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 Dsimple_race.c8 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsuppressions_global.cc7 void *Thread1(void *x) { function
19 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsuppressions_race.cc8 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dsuppressions_race2.cc8 void *Thread1(void *x) { function
21 pthread_create(&t[0], NULL, Thread1, NULL);
H A Dthread_name2.cc8 void *Thread1(void *x) { function
22 pthread_create(&t[0], 0, Thread1, 0);
H A Dwrite_in_reader_lock.cc8 void *Thread1(void *p) { function
22 pthread_create(&t, 0, Thread1, 0);
33 // CHECK: #0 Thread1(void*) {{.*}}write_in_reader_lock.cc:13
H A Daligned_vs_unaligned_race.cc12 void *Thread1(void *x) { function
26 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);

Completed in 729 milliseconds

123