Home
last modified time | relevance | path

Searched refs:threadmain (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/
Dthreaded-fork.c9 static void *threadmain( void *dummy ) in threadmain() function
23 pthread_create( &childthread, NULL, threadmain, (void *)2 ); in main()
28 pthread_create( &childthread, NULL, threadmain, 0 ); in main()
/external/valgrind/drd/tests/
Dthreaded-fork.c11 static void *threadmain(void *dummy) in threadmain() function
25 pthread_create(&childthread, NULL, threadmain, (void *)2); in main()
31 pthread_create(&childthread, NULL, threadmain, 0); in main()