Searched refs:g_mach_broker (Results 1 - 1 of 1) sorted by relevance

/external/libmojo/mojo/edk/test/
H A Dmojo_test_base.cc28 base::MachPortBroker* g_mach_broker = nullptr; member in namespace:mojo::edk::test::__anon11016
34 if (!g_mach_broker) {
35 g_mach_broker = new base::MachPortBroker("mojo_test");
36 CHECK(g_mach_broker->Init());
37 SetMachPortProvider(g_mach_broker);
63 base::AutoLock lock(g_mach_broker->GetLock());
68 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle());
83 base::AutoLock lock(g_mach_broker->GetLock());
84 g_mach_broker->InvalidatePid(helper_.test_child().Handle());

Completed in 51 milliseconds