Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dthreadname.c57 void* child_fn_0 ( void* arg ) in child_fn_0() function
78 r = pthread_create(&children[0], NULL, child_fn_0, NULL); in main()
Dthreadname.stderr.exp12 by 0x........: child_fn_0 (threadname.c:61)
17 by 0x........: child_fn_0 (threadname.c:61)
Ddescr_belowsp.c104 static void* child_fn_0 ( void* arg ) in child_fn_0() function
166 r = pthread_create(&children, NULL, child_fn_0, NULL); in main()
Ddescr_belowsp.stderr.exp10 by 0x........: child_fn_0 (descr_belowsp.c:112)