Searched refs:g_mach_broker (Results 1 – 1 of 1) sorted by relevance
32 base::MachPortBroker* g_mach_broker = nullptr; variable38 if (!g_mach_broker) { in MojoTestBase()39 g_mach_broker = new base::MachPortBroker("mojo_test"); in MojoTestBase()40 CHECK(g_mach_broker->Init()); in MojoTestBase()41 SetMachPortProvider(g_mach_broker); in MojoTestBase()66 base::AutoLock lock(g_mach_broker->GetLock()); in ClientController()70 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController()85 base::AutoLock lock(g_mach_broker->GetLock()); in WaitForShutdown()86 g_mach_broker->InvalidatePid(helper_.test_child().Handle()); in WaitForShutdown()