HomeSort by relevance Sort by last modified time
    Searched refs:clone_flags (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/process/
launch.cc 27 , clone_flags(0)
launch.h 114 int clone_flags; member in struct:base::LaunchOptions
launch_posix.cc 297 if (options.clone_flags) {
302 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM)));
303 pid = syscall(__NR_clone, options.clone_flags, 0, 0, 0);
process_util_unittest.cc 566 const int clone_flags) {
583 options.clone_flags = clone_flags;
585 CHECK_EQ(0, clone_flags);
638 // Test a non-trival value for clone_flags.
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.cc 103 volatile uint64_t clone_flags = args.args[0]; local
106 addr = reinterpret_cast<volatile char*>(clone_flags & 0xFFFFFF);
110 addr = reinterpret_cast<volatile char*>(clone_flags & 0xFFF);
  /bionic/libc/bionic/
bionic_clone.c 34 extern int __bionic_clone(unsigned long clone_flags,
  /external/kernel-headers/original/linux/
sem.h 143 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
147 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk)
key.h 340 extern int copy_keys(unsigned long clone_flags, struct task_struct *tsk);
sched.h     [all...]
  /external/oprofile/module/ia64/
op_syscalls.c 269 long clone_flags = arg0; local
275 if (clone_flags & CLONE_THREAD)
  /external/oprofile/module/x86/
op_syscalls.c 254 u32 clone_flags = regs.ebx; local
262 if (clone_flags & CLONE_THREAD)
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 193 options.clone_flags = CLONE_FS | SIGCHLD;
  /external/strace/
process.c 569 static const struct xlat clone_flags[] = { variable in typeref:struct:xlat
645 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL))
679 printflags(clone_flags, tcp->u_arg[0], "CLONE_???");
    [all...]

Completed in 182 milliseconds