OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_fn_0
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/memcheck/tests/
threadname.c
63
void*
child_fn_0
( void* arg )
function
84
r = pthread_create(&children[0], NULL,
child_fn_0
, NULL);
descr_belowsp.c
104
static void*
child_fn_0
( void* arg )
function
166
r = pthread_create(&children, NULL,
child_fn_0
, NULL);
Completed in 502 milliseconds