Home
last modified time | relevance | path

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

/external/valgrind/main/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()