Home
last modified time | relevance | path

Searched refs:thread_func_2 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/drd/tests/
Datomic_var.c44 static void* thread_func_2(void* arg) in thread_func_2() function
60 pthread_create(&tid[1], 0, thread_func_2, 0); in main()
Datomic_var.stderr.exp4 at 0x........: thread_func_2 (atomic_var.c:?)
Dtsan_unittest.cpp4106 void thread_func_2() in thread_func_2() function
4119 MyThreadArray t(thread_func_1, thread_func_2); in Run()