Home | History | Annotate | Download | only in browser

Lines Matching refs:base

7 #include "base/command_line.h"
8 #include "base/logging.h"
9 #include "base/mach_ipc_mac.h"
10 #include "base/string_util.h"
11 #include "base/sys_string_conversions.h"
12 #include "base/threading/platform_thread.h"
57 class MachListenerThreadDelegate : public base::PlatformThread::Delegate {
66 receive_port_.reset(new base::ReceivePort(port_name.c_str()));
71 base::MachReceiveMessage message;
94 base::AutoLock lock(broker_->GetLock());
114 scoped_ptr<base::ReceivePort> receive_port_;
141 base::PlatformThread::CreateNonJoinable(
147 void MachBroker::AddPlaceholderForPid(base::ProcessHandle pid) {
156 void MachBroker::FinalizePid(base::ProcessHandle pid,
174 void MachBroker::InvalidatePid(base::ProcessHandle pid) {
175 base::AutoLock lock(lock_);
188 base::Lock& MachBroker::GetLock() {
193 mach_port_t MachBroker::TaskForPid(base::ProcessHandle pid) const {
194 base::AutoLock lock(lock_);
207 base::ProcessHandle handle = 0;