Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dpth_detached_sem.c26 static void* thread_func1(void* arg) in thread_func1() function
65 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]); in main()
Dpth_detached.c22 static void* thread_func1(void* arg) in thread_func1() function
58 pthread_create(&thread, &attr, thread_func1, NULL); in main()