Home
last modified time | relevance | path

Searched refs:thread_func_1 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/tests/
Datomic_var.c37 static void* thread_func_1(void* arg) in thread_func_1() function
59 pthread_create(&tid[0], 0, thread_func_1, 0); in main()
Dtsan_unittest.cpp4104 void thread_func_1() in thread_func_1() function
4123 MyThreadArray t(thread_func_1, thread_func_2); in Run()