Home
last modified time | relevance | path

Searched refs:child_fn_1 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/
Dthreadname.c35 void* child_fn_1 ( void* arg ) in child_fn_1() function
63 r = pthread_create(&children[1], NULL, child_fn_1, NULL); in child_fn_0()
Dthreadname.stderr.exp23 by 0x........: child_fn_1 (threadname.c:46)
28 by 0x........: child_fn_1 (threadname.c:46)
Derr_disable4.c49 void* child_fn_1 ( void* arg ) in child_fn_1() function
101 r = pthread_create(&child[i], &attr, child_fn_1, NULL); in main()