Searched refs:CLONE_FILES (Results 1 – 4 of 4) sorted by relevance
25 #define CLONE_FILES 0x00000400 macro
102 child_pid_ = clone(proxy, stack_->top(), CLONE_VM | CLONE_FS | CLONE_FILES /*|CLONE_UNTRACED*/, in Start()
262 pid_t first = clone(nullptr, nullptr, CLONE_FILES, nullptr); in create_vm_process()268 if (clone(nullptr, nullptr, CLONE_FILES, nullptr) == -1) { in create_vm_process()
416 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()