/external/compiler-rt/lib/tsan/lit_tests/ |
tiny_race.c | 7 void *Thread1(void *x) { 15 pthread_create(&t, 0, Thread1, 0);
|
suppress_same_stacks.cc | 7 void *Thread1(void *x) { 19 pthread_create(&t, 0, Thread1, 0); 20 Thread1(0);
|
simple_race.c | 7 void *Thread1(void *x) { 19 pthread_create(&t[0], NULL, Thread1, NULL);
|
simple_race.cc | 7 void *Thread1(void *x) { 19 pthread_create(&t[0], NULL, Thread1, NULL);
|
suppress_same_address.cc | 6 void *Thread1(void *x) { 22 pthread_create(&t, 0, Thread1, 0);
|
static_init4.cc | 21 void *Thread1(void *x) { 30 pthread_create(&t[0], 0, Thread1, 0); 31 pthread_create(&t[1], 0, Thread1, 0);
|
static_init5.cc | 26 void *Thread1(void *x) { 35 pthread_create(&t[0], 0, Thread1, 0); 36 pthread_create(&t[1], 0, Thread1, 0);
|
static_init6.cc | 26 void *Thread1(void *x) { 35 pthread_create(&t[0], 0, Thread1, 0); 36 pthread_create(&t[1], 0, Thread1, 0);
|
atomic_stack.cc | 7 void *Thread1(void *x) { 20 pthread_create(&t[0], NULL, Thread1, NULL); 29 // CHECK: #1 Thread1
|
blacklist.cc | 11 void *Thread1(void *x) { 23 pthread_create(&t[0], NULL, Thread1, NULL);
|
fd_location.cc | 8 void *Thread1(void *x) { 23 pthread_create(&t[0], NULL, Thread1, NULL);
|
fd_pipe_race.cc | 8 void *Thread1(void *x) { 23 pthread_create(&t[0], NULL, Thread1, NULL); 35 // CHECK: #1 Thread1
|
race_on_barrier.c | 10 void *Thread1(void *x) { 24 pthread_create(&t, NULL, Thread1, NULL);
|
race_on_barrier2.c | 10 void *Thread1(void *x) { 25 pthread_create(&t, NULL, Thread1, NULL);
|
suppressions_global.cc | 7 void *Thread1(void *x) { 19 pthread_create(&t[0], NULL, Thread1, NULL);
|
suppressions_race.cc | 8 void *Thread1(void *x) { 21 pthread_create(&t[0], NULL, Thread1, NULL);
|
suppressions_race2.cc | 8 void *Thread1(void *x) { 21 pthread_create(&t[0], NULL, Thread1, NULL);
|
write_in_reader_lock.cc | 8 void *Thread1(void *p) { 22 pthread_create(&t, 0, Thread1, 0); 33 // CHECK: #0 Thread1(void*) {{.*}}write_in_reader_lock.cc:13
|
aligned_vs_unaligned_race.cc | 12 void *Thread1(void *x) { 26 pthread_create(&t[0], NULL, Thread1, NULL);
|
fd_close_norace.cc | 9 void *Thread1(void *x) { 24 pthread_create(&t[0], NULL, Thread1, NULL);
|
fd_dup_norace.cc | 11 void *Thread1(void *x) { 27 pthread_create(&t[0], NULL, Thread1, NULL);
|
fd_pipe_norace.cc | 9 void *Thread1(void *x) { 26 pthread_create(&t[0], NULL, Thread1, NULL);
|
fd_socketpair_norace.cc | 11 void *Thread1(void *x) { 30 pthread_create(&t[0], NULL, Thread1, NULL);
|
/external/valgrind/unittest/output_tests/ |
fun_hist_test.cc | 4 void Thread1() { 33 MyThread t1(Thread1, NULL, "test-thread-1");
|
output_test1.cc | 6 void Thread1() { // Runs in thread named 'test-thread-1'. 19 MyThread t1(Thread1, NULL, "test-thread-1");
|