Searched refs:threadmain (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ |
D | threaded-fork.c | 9 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/ |
D | threaded-fork.c | 11 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()
|