Searched refs:CLONE_CHILD_SETTID (Results 1 – 11 of 11) sorted by relevance
111 #if defined(CLONE_CHILD_SETTID) || (defined(HAVE_DECL_CLONE_CHILD_SETTID) && HAVE_DECL_CLONE_CHILD_…113 static_assert((CLONE_CHILD_SETTID) == (0x01000000), "CLONE_CHILD_SETTID != 0x01000000");116 # define CLONE_CHILD_SETTID 0x01000000193 XLAT(CLONE_CHILD_SETTID),
16 CLONE_CHILD_SETTID 0x01000000
116 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID in SYS_FUNC()127 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) { in SYS_FUNC()
27 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
56 {"CLONE_CHILD_SETTID", CLONE_CHILD_SETTID | SIGCHLD,
35 CLONE_CHILD_SETTID;
354 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess()745 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid; in ForkWithFlags()
1328 const pid_t pid = ForkWithFlags(SIGCHLD | CLONE_CHILD_SETTID, nullptr, &ctid); in TEST()
1231 #ifdef CLONE_CHILD_SETTID1232 { "CLONE_CHILD_SETTID", (unsigned long) CLONE_CHILD_SETTID },
1077 pub const CLONE_CHILD_SETTID: ::c_int = 0x01000000; constant
1917 pub const CLONE_CHILD_SETTID: ::c_int = 0x01000000; constant