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

/external/valgrind/main/memcheck/tests/
H A Derr_disable4.c52 void* child_fn_2 ( void* arg ) function
105 // create N threads to do child_fn_2 ...
107 r = pthread_create(&child[i], &attr, child_fn_2, NULL);

Completed in 72 milliseconds