OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_exceptionport
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp
62
if (
m_exceptionPort
) {
63
m_connectionQueue.unregisterMachPortEventHandler(
m_exceptionPort
);
64
m_exceptionPort
= MACH_PORT_NULL;
70
m_exceptionPort
= MACH_PORT_NULL;
110
if (
m_exceptionPort
) {
111
m_connectionQueue.registerMachPortEventHandler(
m_exceptionPort
, WorkQueue::MachPortDataAvailable, WorkItem::create(this, &Connection::exceptionSourceEventHandler));
113
deprecatedSend(CoreIPCMessage::SetExceptionPort, 0, MachPort(
m_exceptionPort
, MACH_MSG_TYPE_MAKE_SEND));
384
mach_msg_header_t* header = readFromMachPort(
m_exceptionPort
, buffer);
416
ASSERT(
m_exceptionPort
== MACH_PORT_NULL);
418
if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &
m_exceptionPort
) != KERN_SUCCESS
[
all
...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h
309
mach_port_t
m_exceptionPort
;
Completed in 104 milliseconds