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

  /external/valgrind/memcheck/tests/
threadname.c 25 void* child_fn_2 ( void* arg ) function
54 r = pthread_create(&children[2], NULL, child_fn_2, NULL);
err_disable4.c 61 void* child_fn_2 ( void* arg ) function
126 // create N threads to do child_fn_2 ...
128 r = pthread_create(&child[i], &attr, child_fn_2, NULL);

Completed in 74 milliseconds