OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CoreImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/system/
core_impl.h
19
class
CoreImpl
;
26
// |
CoreImpl
| is a singleton object that implements the Mojo system calls. With
30
class MOJO_SYSTEM_IMPL_EXPORT
CoreImpl
: public CorePrivate {
122
CoreImpl
();
123
virtual ~
CoreImpl
();
151
DISALLOW_COPY_AND_ASSIGN(
CoreImpl
);
core_impl.cc
26
// Mojo primitives are implemented by the singleton |
CoreImpl
| object. Most
28
// |
CoreImpl
::GetDispatcher()| is used to look up a |Dispatcher| object for a
30
// wait primitives are not attached to objects and are implemented by |
CoreImpl
|
73
CoreImpl
::HandleTableEntry::HandleTableEntry()
77
CoreImpl
::HandleTableEntry::HandleTableEntry(
83
CoreImpl
::HandleTableEntry::~HandleTableEntry() {
88
void
CoreImpl
::Init() {
89
CorePrivate::Init(new
CoreImpl
());
92
MojoTimeTicks
CoreImpl
::GetTimeTicksNow() {
96
MojoResult
CoreImpl
::Close(MojoHandle handle)
[
all
...]
Completed in 31 milliseconds