Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dthreadname.c63 void* child_fn_0 ( void* arg ) in child_fn_0() function
84 r = pthread_create(&children[0], NULL, child_fn_0, NULL); in main()
Dthreadname.stderr.exp12 by 0x........: child_fn_0 (threadname.c:67)
17 by 0x........: child_fn_0 (threadname.c:67)
Ddescr_belowsp.c105 static void* child_fn_0 ( void* arg ) in child_fn_0() function
179 r = pthread_create(&children, &attrs, child_fn_0, NULL); in main()
Ddescr_belowsp.stderr.exp10 by 0x........: child_fn_0 (descr_belowsp.c:113)