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

  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.h 45 // and FinishedFork(), and call fork() between them. The first method will
50 // PrepareToForkWithPolicy() and FinishedFork() must be non-nested and balanced.
65 // followed by a call to FinishedFork().
71 void FinishedFork(base::ProcessHandle handle);
bootstrap_sandbox.cc 78 void BootstrapSandbox::FinishedFork(base::ProcessHandle handle) {
82 << "Must PrepareToForkWithPolicy() before FinishedFork()";
108 // FinishedFork().
  /external/chromium_org/content/browser/
child_process_launcher.cc 305 GetBootstrapSandbox()->FinishedFork(handle);

Completed in 70 milliseconds