Searched refs:childthread (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/drd/tests/ |
D | threaded-fork.c | 21 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/ |
D | threaded-fork.c | 19 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/ |
D | Makefile | 4 vfork fork sig skodic clone leaderkill childthread \ 13 childthread: LDFLAGS += -pthread target
|
D | .gitignore | 1 childthread
|
/external/strace/ |
D | ChangeLog-CVS | 21 * test/childthread.c: Likewise. 861 * test/childthread.c: New file.
|