HomeSort by relevance Sort by last modified time
    Searched defs:child_fn_2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/memcheck/tests/
threadname.c 20 void* child_fn_2 ( void* arg ) function
40 r = pthread_create(&children[2], NULL, child_fn_2, NULL);
err_disable4.c 52 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 65 milliseconds