Home
last modified time | relevance | path

Searched refs:LINUX_CLONE_SETTLS (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/compat/linux/
HDlinux_misc.h86 #define LINUX_CLONE_SETTLS 0x00080000 macro
HDlinux_fork.c265 if (args->flags & LINUX_CLONE_SETTLS) in linux_clone()