Home
last modified time | relevance | path

Searched refs:VKI_CLONE_SETTLS (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-s390x-linux.c294 if (flags & VKI_CLONE_SETTLS) { in do_clone()
300 flags &= ~VKI_CLONE_SETTLS; in do_clone()
969 if (ARG2 & VKI_CLONE_SETTLS) { in PRE()
Dsyswrap-amd64-linux.c296 if (flags & VKI_CLONE_SETTLS) { in do_clone()
302 flags &= ~VKI_CLONE_SETTLS; in do_clone()
416 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
Dsyswrap-ppc64-linux.c369 if (flags & VKI_CLONE_SETTLS) { in do_clone()
375 flags &= ~VKI_CLONE_SETTLS; in do_clone()
Dsyswrap-arm-linux.c236 if (flags & VKI_CLONE_SETTLS) { in do_clone()
241 flags &= ~VKI_CLONE_SETTLS; in do_clone()
1151 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
Dsyswrap-ppc32-linux.c342 if (flags & VKI_CLONE_SETTLS) { in do_clone()
348 flags &= ~VKI_CLONE_SETTLS; in do_clone()
Dsyswrap-x86-linux.c310 if (flags & VKI_CLONE_SETTLS) { in do_clone()
323 flags &= ~VKI_CLONE_SETTLS; in do_clone()
868 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
Dsyswrap-mips32-linux.c301 if (flags & VKI_CLONE_SETTLS) { in do_clone()
311 flags &= ~VKI_CLONE_SETTLS; in do_clone()
Dsyswrap-linux.c416 if (flags & (VKI_CLONE_SETTLS | VKI_CLONE_FS | VKI_CLONE_VM in ML_()
/external/valgrind/main/include/vki/
Dvki-linux.h374 #define VKI_CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro