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

  /external/chromium/chrome/browser/
mach_broker_mac_unittest.cc 18 // Helper function to acquire/release locks and call |FinalizePid()|.
19 void FinalizePid(base::ProcessHandle pid,
22 broker_.FinalizePid(pid, mach_info);
40 FinalizePid(1, MachBroker::MachInfo().SetTask(100u));
49 FinalizePid(1, MachBroker::MachInfo().SetTask(100u));
58 FinalizePid(1u, MachBroker::MachInfo().SetTask(100u));
mach_broker_mac.h 57 // Callers are expected to later update the port with FinalizePid(). Callers
66 void FinalizePid(base::ProcessHandle pid, const MachInfo& mach_info);
72 // release this lock around calls to PlaceholderForPid() and FinalizePid().
mach_broker_mac.cc 90 // |pid_for_task()| but before the call to |FinalizePid()|. To prevent
93 // after the call to FinalizePid(), ensuring proper cleanup.
99 broker_->FinalizePid(pid,
156 void MachBroker::FinalizePid(base::ProcessHandle pid,

Completed in 99 milliseconds