Searched refs:m_exceptionPort (Results 1 – 3 of 3) sorted by relevance
62 if (m_exceptionPort) { in platformInvalidate()63 m_connectionQueue.unregisterMachPortEventHandler(m_exceptionPort); in platformInvalidate()64 m_exceptionPort = MACH_PORT_NULL; in platformInvalidate()70 m_exceptionPort = MACH_PORT_NULL; in platformInitialize()110 if (m_exceptionPort) { in open()111 …m_connectionQueue.registerMachPortEventHandler(m_exceptionPort, WorkQueue::MachPortDataAvailable, … in open()113 …deprecatedSend(CoreIPCMessage::SetExceptionPort, 0, MachPort(m_exceptionPort, MACH_MSG_TYPE_MAKE_S… in open()384 mach_msg_header_t* header = readFromMachPort(m_exceptionPort, buffer); in exceptionSourceEventHandler()416 ASSERT(m_exceptionPort == MACH_PORT_NULL); in setShouldCloseConnectionOnMachExceptions()418 …if (mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_exceptionPort) != KERN_SUCCES… in setShouldCloseConnectionOnMachExceptions()[all …]
309 mach_port_t m_exceptionPort; variable
11734 Set m_exceptionPort to null.