Home
last modified time | relevance | path

Searched refs:childthread (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/
Dthreaded-fork.c19 pthread_t childthread; in main() local
23 pthread_create( &childthread, NULL, threadmain, (void *)2 ); in main()
28 pthread_create( &childthread, NULL, threadmain, 0 ); in main()
29 pthread_join( childthread, &res ); in main()
39 pthread_join( childthread, &res ); in main()
/external/valgrind/main/drd/tests/
Dthreaded-fork.c21 pthread_t childthread; in main() local
25 pthread_create(&childthread, NULL, threadmain, (void *)2); in main()
26 pthread_detach(childthread); in main()
31 pthread_create(&childthread, NULL, threadmain, 0); in main()
32 pthread_join(childthread, &res); in main()
/external/strace/test/
DMakefile4 vfork fork sig skodic clone leaderkill childthread \
12 childthread: LDFLAGS += -pthread target
DAndroid.mk34 childthread.c \
65 childthread-expected-output := 'write(1, "OK\\n",'
D.gitignore7 childthread
/external/strace/
DChangeLog-CVS21 * test/childthread.c: Likewise.
861 * test/childthread.c: New file.