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

  /external/valgrind/main/memcheck/tests/
threadname.c 31 void* child_fn_1 ( void* arg ) function
55 r = pthread_create(&children[1], NULL, child_fn_1, NULL);
err_disable4.c 44 void* child_fn_1 ( void* arg ) function
82 // create N threads to do child_fn_1 ...
84 r = pthread_create(&child[i], &attr, child_fn_1, NULL);
threadname.stderr.exp 23 by 0x........: child_fn_1 (threadname.c:38)
28 by 0x........: child_fn_1 (threadname.c:38)
threadname_xml.stderr.exp 153 <fn>child_fn_1</fn>
180 <fn>child_fn_1</fn>

Completed in 561 milliseconds