HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_CHILD_SETTID (Results 76 - 79 of 79) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 60 # define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 60 # define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
  /external/strace/
process.c 560 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */
585 { CLONE_CHILD_SETTID,"CLONE_CHILD_SETTID" },
649 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID
669 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))
    [all...]
  /external/kernel-headers/original/linux/
sched.h 25 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */
842 int __user *set_child_tid; /* CLONE_CHILD_SETTID */
    [all...]

Completed in 1089 milliseconds

1 2 34