Searched defs:clone (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dclone.cpp45 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { function
69 // Remember the parent pid and invalidate the cached value while we clone.
73 // Actually do the clone.
79 // 2. fork makes a clone system call directly.

Completed in 26 milliseconds