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

  /external/valgrind/memcheck/tests/
threadname.c 40 void* child_fn_1 ( void* arg ) function
52 VALGRIND_PRINTF("%s", "I am in child_fn_1\n");
69 r = pthread_create(&children[1], NULL, child_fn_1, NULL);
err_disable4.c 49 void* child_fn_1 ( void* arg ) function
99 // create N threads to do child_fn_1 ...
101 r = pthread_create(&child[i], &attr, child_fn_1, NULL);

Completed in 400 milliseconds