Home
last modified time | relevance | path

Searched defs:linux_user_clone3_args (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/compat/linux/common/
Dlinux_sched.h114 struct linux_user_clone3_args { struct
115 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 memory
119 uint64_t parent_tid; /* Where to store child TID, in parent's memory
121 uint64_t exit_signal; /* Signal to deliver to parent on child
123 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 …]