Searched defs:g_core (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/mojo/system/
H A Dentrypoints.cc14 static mojo::system::Core* g_core = nullptr; variable
23 g_core = core;
27 return g_core;
37 return g_core->GetTimeTicksNow();
41 return g_core->Close(handle);
47 return g_core->Wait(
56 MojoResult result = g_core->WaitMany(MakeUserPointer(handles),
69 return g_core->CreateMessagePipe(MakeUserPointer(options),
80 return g_core->WriteMessage(message_pipe_handle,
94 return g_core
[all...]

Completed in 100 milliseconds