/external/valgrind/unittest/ |
D | demo_tests.cc | 51 void Thread2() { // Runs in thread named 'test-thread-2'. in Thread2() function 60 MyThread t2(Thread2, NULL, "test-thread-2"); in TEST() 360 void Thread2() { DoWrite2(); } in Thread2() function 371 t2(Thread2, NULL, "writer2"), in TEST() 419 void Thread2() { DoWrite2(); } in Thread2() function 433 t2(Thread2, NULL, "good writer2"), in TEST() 545 void Thread2() { in Thread2() function 552 MyThreadArray t(Thread1, Thread2); in TEST() 558 MyThreadArray t(Thread2, Thread1); in TEST() 581 void Thread2() { in Thread2() function [all …]
|
/external/compiler-rt/lib/tsan/lit_tests/ |
D | suppress_same_address.cc | 13 void *Thread2(void *x) { in Thread2() function 23 Thread2(0); in main()
|
D | stack_race2.cc | 6 void *Thread2(void *a) { in Thread2() function 14 pthread_create(&t, 0, Thread2, &Var); in Thread()
|
D | tls_race2.cc | 6 void *Thread2(void *a) { in Thread2() function 14 pthread_create(&t, 0, Thread2, &Var); in Thread()
|
D | simple_race.cc | 12 void *Thread2(void *x) { in Thread2() function 20 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | simple_race.c | 12 void *Thread2(void *x) { in Thread2() function 20 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | suppressions_global.cc | 12 void *Thread2(void *x) { in Thread2() function 20 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | race_on_barrier.c | 16 void *Thread2(void *x) { in Thread2() function 25 Thread2(0); in main()
|
D | suppressions_race2.cc | 13 void *Thread2(void *x) { in Thread2() function 22 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | suppressions_race.cc | 14 void *Thread2(void *x) { in Thread2() function 22 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | atomic_stack.cc | 13 void *Thread2(void *x) { in Thread2() function 21 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | race_on_barrier2.c | 16 void *Thread2(void *x) { in Thread2() function 26 Thread2(0); in main()
|
D | fd_pipe_race.cc | 13 void *Thread2(void *x) { in Thread2() function 24 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | fd_location.cc | 13 void *Thread2(void *x) { in Thread2() function 24 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | race_with_finished_thread.cc | 21 void *Thread2(void *x) { in Thread2() function 30 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | race_on_heap.cc | 11 void *Thread2(void *p) { in Thread2() function 31 pthread_create(&t[1], 0, Thread2, (char*)p + 16); in main()
|
D | aligned_vs_unaligned_race.cc | 17 void *Thread2(void *x) { in Thread2() function 27 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | fd_close_norace.cc | 15 void *Thread2(void *x) { in Thread2() function 25 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | fd_pipe_norace.cc | 15 void *Thread2(void *x) { in Thread2() function 27 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | race_on_write.cc | 18 void *Thread2(void *x) { in Thread2() function 29 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | mutexset1.cc | 17 void *Thread2(void *x) { in Thread2() function 33 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
D | free_race.c | 21 void *Thread2(void *x) { in Thread2() function 34 Thread2(0); in main()
|
D | mutexset2.cc | 16 void *Thread2(void *x) { in Thread2() function 33 pthread_create(&t[1], NULL, Thread2, NULL); in main()
|
/external/valgrind/unittest/output_tests/ |
D | output_test1.cc | 11 void Thread2() { // Runs in thread named 'test-thread-2'. in Thread2() function 20 MyThread t2(Thread2, NULL, "test-thread-2"); in main()
|
D | fun_hist_test.cc | 26 void Thread2() { in Thread2() function 34 MyThread t2(Thread2, NULL, "test-thread-2"); in main()
|