Searched defs:linux_user_clone3_args (Results 1 – 1 of 1) sorted by relevance
114 struct linux_user_clone3_args { struct115 uint64_t flags; /* Flags bit mask */116 uint64_t pidfd; /* Where to store PID file descriptor (int *) */117 uint64_t child_tid; /* Where to store child TID, in child's memory119 uint64_t parent_tid; /* Where to store child TID, in parent's memory121 uint64_t exit_signal; /* Signal to deliver to parent on child123 uint64_t stack; /* Pointer to lowest byte of stack */124 uint64_t stack_size; /* Size of stack */125 uint64_t tls; /* Location of new TLS */126 uint64_t set_tid; /* Pointer to a pid_t array (since Linux 5.5) */[all …]