OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachBroker
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
mach_broker_mac.h
31
// process. This data is kept in a global |
MachBroker
| object.
35
class
MachBroker
: public base::ProcessMetrics::PortProvider,
38
// Returns the global
MachBroker
.
39
static
MachBroker
* GetInstance();
71
// The lock that protects this
MachBroker
object. Clients MUST acquire and
88
MachBroker
();
89
~
MachBroker
();
108
friend struct DefaultSingletonTraits<
MachBroker
>;
109
DISALLOW_COPY_AND_ASSIGN(
MachBroker
);
mach_broker_mac.cc
31
MachBroker
* broker)
53
MachBroker
* broker_;
59
MachListenerThreadDelegate(
MachBroker
* broker) : broker_(broker) {
61
std::string port_name =
MachBroker
::GetMachPortName();
91
// leaking
MachBroker
map entries in this case, lock around both these
100
MachBroker
::MachInfo().SetTask(child_task));
116
// The
MachBroker
to use when new child task rights are received. Can be
118
MachBroker
* broker_; // weak
123
// Returns the global
MachBroker
.
124
MachBroker
* MachBroker::GetInstance()
[
all
...]
/external/chromium_org/content/browser/
mach_broker_mac.h
33
// process. This data is kept in a global |
MachBroker
| object.
37
class CONTENT_EXPORT
MachBroker
: public base::ProcessMetrics::PortProvider,
47
// Returns the global
MachBroker
.
48
static
MachBroker
* GetInstance();
50
// The lock that protects this
MachBroker
object. Clients MUST acquire and
82
friend struct DefaultSingletonTraits<
MachBroker
>;
84
MachBroker
();
85
virtual ~
MachBroker
();
116
DISALLOW_COPY_AND_ASSIGN(
MachBroker
);
Completed in 88 milliseconds