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

/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/mac/
H A DConnectionMac.mm117 ASSERT(m_receivePort);
128 m_receivePort = MACH_PORT_NULL;
156 m_receivePort = identifier.port;
159 m_receivePort = MACH_PORT_NULL;
185 ASSERT(m_receivePort);
189 ASSERT(!m_receivePort);
193 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_receivePort);
196 mach_port_set_attributes(mach_task_self(), m_receivePort, MACH_PORT_DENAP_RECEIVER, (mach_port_info_t)0, 0);
198 mach_port_set_attributes(mach_task_self(), m_receivePort, MACH_PORT_IMPORTANCE_RECEIVER, (mach_port_info_t)0, 0);
205 encoder->encode(MachPort(m_receivePort, MACH_MSG_TYPE_MAKE_SEN
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.h310 mach_port_t m_receivePort; member in class:IPC::Connection

Completed in 169 milliseconds