OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadmain
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/tests/
threaded-fork.c
11
static void *
threadmain
(void *dummy)
function
25
pthread_create(&childthread, NULL,
threadmain
, (void *)2);
31
pthread_create(&childthread, NULL,
threadmain
, 0);
/external/valgrind/none/tests/
threaded-fork.c
9
static void *
threadmain
( void *dummy )
function
23
pthread_create( &childthread, NULL,
threadmain
, (void *)2 );
28
pthread_create( &childthread, NULL,
threadmain
, 0 );
Completed in 196 milliseconds