Searched defs:thread_func2 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/tests/
H A Dpth_detached_sem.c33 static void* thread_func2(void* arg) function
74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
H A Dpth_detached.c29 static void* thread_func2(void* arg) function
67 pthread_create(&thread, &attr, thread_func2, NULL);
/external/valgrind/none/tests/solaris/
H A Dcoredump_many_threads.c17 static void *thread_func2(void *arg) { function
88 create_thread(thread_func2);

Completed in 150 milliseconds