Searched defs:childthread (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dthreaded-fork.c21 pthread_t childthread; local
25 pthread_create(&childthread, NULL, threadmain, (void *)2);
26 pthread_detach(childthread);
31 pthread_create(&childthread, NULL, threadmain, 0);
32 pthread_join(childthread, &res);
/external/valgrind/main/none/tests/
H A Dthreaded-fork.c19 pthread_t childthread; local
23 pthread_create( &childthread, NULL, threadmain, (void *)2 );
28 pthread_create( &childthread, NULL, threadmain, 0 );
29 pthread_join( childthread, &res );
39 pthread_join( childthread, &res );
/external/strace/test/
H A DAndroid.mk34 childthread.c \
65 childthread-expected-output := 'write(1, "OK\\n",'

Completed in 126 milliseconds