Searched defs:clone (Results 1 - 2 of 2) sorted by relevance

/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.
/bionic/libc/kernel/uapi/scsi/
H A Dcxlflash_ioctl.h145 struct dk_cxlflash_clone clone; member in union:cxlflash_ioctls

Completed in 90 milliseconds