Home
last modified time | relevance | path

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

/external/valgrind/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/valgrind/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/strace/test/
DMakefile4 vfork fork sig skodic clone leaderkill childthread \
13 childthread: LDFLAGS += -pthread target
D.gitignore1 childthread
/external/strace/
DChangeLog-CVS21 * test/childthread.c: Likewise.
861 * test/childthread.c: New file.