Home
last modified time | relevance | path

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

/ndk/tests/device/clone/jni/
Dclone.c9 int child_proc() in child_proc() function
32 clone(child_proc, child_stack + STACK_SIZE, CLONE_VM|CLONE_FILES, NULL); in main()