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

  /external/chromium_org/content/public/common/
zygote_fork_delegate_linux.h 16 // fork operations to another class that knows how to do some
17 // specialized version of fork.
21 // initialization, and provides "fork()" functionality as an
31 // would like to supply on the first fork.
36 // Returns 'true' if the delegate would like to handle a given fork
43 // suid sandbox, Fork() returns the Linux process ID. Inside
46 virtual pid_t Fork(const std::vector<int>& fds) = 0;
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.h 16 // initialization, and provides "fork()" functionality with
31 virtual pid_t Fork(const std::vector<int>& fds) OVERRIDE;
nacl_fork_delegate_linux.cc 221 pid_t NaClForkDelegate::Fork(const std::vector<int>& fds) {
223 VLOG(1) << "NaClForkDelegate::Fork";
228 LOG(ERROR) << "NaClForkDelegate::Fork: SendMsg failed";
233 LOG(ERROR) << "NaClForkDelegate::Fork: read failed";
  /external/chromium_org/content/zygote/
zygote_linux.cc 96 // This function call can return multiple times, once per fork().
129 // This function call can return multiple times, once per fork().
240 return fork();
265 pid = helper_->Fork(fds);
267 pid = fork();
276 // should not fork any child processes (which the seccomp
334 LOG(ERROR) << "Failed to synchronise with zygote fork helper";
429 LOG(ERROR) << "Zygote could not fork: process_type " << process_type
451 // There is no UMA report from this particular fork.
  /external/oprofile/events/mips/34K/
events 53 event:0x22 counters:0 um:zero minimum:500 name:FORK_INSNS : 34-0 Fork instructions completed
  /external/oprofile/events/mips/1004K/
events 53 event:0x22 counters:0 um:zero minimum:500 name:FORK_INSNS : 34-0 Fork instructions completed

Completed in 2880 milliseconds