Home
last modified time | relevance | path

Searched refs:Thread2 (Results 1 – 25 of 53) sorted by relevance

123

/external/valgrind/unittest/
Ddemo_tests.cc51 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/
Dsuppress_same_address.cc13 void *Thread2(void *x) { in Thread2() function
23 Thread2(0); in main()
Dstack_race2.cc6 void *Thread2(void *a) { in Thread2() function
14 pthread_create(&t, 0, Thread2, &Var); in Thread()
Dtls_race2.cc6 void *Thread2(void *a) { in Thread2() function
14 pthread_create(&t, 0, Thread2, &Var); in Thread()
Dsimple_race.cc12 void *Thread2(void *x) { in Thread2() function
20 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dsimple_race.c12 void *Thread2(void *x) { in Thread2() function
20 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dsuppressions_global.cc12 void *Thread2(void *x) { in Thread2() function
20 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Drace_on_barrier.c16 void *Thread2(void *x) { in Thread2() function
25 Thread2(0); in main()
Dsuppressions_race2.cc13 void *Thread2(void *x) { in Thread2() function
22 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dsuppressions_race.cc14 void *Thread2(void *x) { in Thread2() function
22 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Datomic_stack.cc13 void *Thread2(void *x) { in Thread2() function
21 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Drace_on_barrier2.c16 void *Thread2(void *x) { in Thread2() function
26 Thread2(0); in main()
Dfd_pipe_race.cc13 void *Thread2(void *x) { in Thread2() function
24 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dfd_location.cc13 void *Thread2(void *x) { in Thread2() function
24 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Drace_with_finished_thread.cc21 void *Thread2(void *x) { in Thread2() function
30 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Drace_on_heap.cc11 void *Thread2(void *p) { in Thread2() function
31 pthread_create(&t[1], 0, Thread2, (char*)p + 16); in main()
Daligned_vs_unaligned_race.cc17 void *Thread2(void *x) { in Thread2() function
27 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dfd_close_norace.cc15 void *Thread2(void *x) { in Thread2() function
25 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dfd_pipe_norace.cc15 void *Thread2(void *x) { in Thread2() function
27 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Drace_on_write.cc18 void *Thread2(void *x) { in Thread2() function
29 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dmutexset1.cc17 void *Thread2(void *x) { in Thread2() function
33 pthread_create(&t[1], NULL, Thread2, NULL); in main()
Dfree_race.c21 void *Thread2(void *x) { in Thread2() function
34 Thread2(0); in main()
Dmutexset2.cc16 void *Thread2(void *x) { in Thread2() function
33 pthread_create(&t[1], NULL, Thread2, NULL); in main()
/external/valgrind/unittest/output_tests/
Doutput_test1.cc11 void Thread2() { // Runs in thread named 'test-thread-2'. in Thread2() function
20 MyThread t2(Thread2, NULL, "test-thread-2"); in main()
Dfun_hist_test.cc26 void Thread2() { in Thread2() function
34 MyThread t2(Thread2, NULL, "test-thread-2"); in main()

123