Home
last modified time | relevance | path

Searched refs:thread_func2 (Results 1 – 4 of 4) sorted by relevance

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