Home
last modified time | relevance | path

Searched refs:child_fn_2 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/
Dthreadname.c25 void* child_fn_2 ( void* arg ) in child_fn_2() function
54 r = pthread_create(&children[2], NULL, child_fn_2, NULL); in child_fn_1()
Dthreadname.stderr.exp35 by 0x........: child_fn_2 (threadname.c:35)
40 by 0x........: child_fn_2 (threadname.c:35)
Derr_disable4.c61 void* child_fn_2 ( void* arg ) in child_fn_2() function
128 r = pthread_create(&child[i], &attr, child_fn_2, NULL); in main()
Derr_disable4.stderr.exp1504 by 0x........: child_fn_2 (err_disable4.c:64)