Searched refs:connectionDidClose (Results 1 – 6 of 6) sorted by relevance
124 connectionDidClose(); in readEventHandler()133 connectionDidClose(); in readEventHandler()188 connectionDidClose(); in readEventHandler()246 connectionDidClose(); in writeEventHandler()305 connectionDidClose(); in sendOutgoingMessage()
291 …_socketDescriptor, (G_IO_HUP | G_IO_ERR), WorkItem::create(this, &Connection::connectionDidClose)); in open()397 …nQueue.scheduleWorkOnTermination(process, WorkItem::create(this, &Connection::connectionDidClose)); in setShouldCloseConnectionOnProcessTermination()
228 … WorkQueue::MachPortDeadNameNotification, WorkItem::create(this, &Connection::connectionDidClose)); in initializeDeadNameSource()411 connectionDidClose(); in exceptionSourceEventHandler()
211 void connectionDidClose();
514 void Connection::connectionDidClose() in connectionDidClose() function in CoreIPC::Connection
1153 (CoreIPC::Connection::connectionDidClose):2104 Handle ERROR_BROKEN_PIPE by calling connectionDidClose() and returning early.2241 function, eliminating the race condition in connectionDidClose where m_client could be2251 (CoreIPC::Connection::connectionDidClose):11744 Receive the message, forward it to the real exception handler and call connectionDidClose.12100 Do not call connectionDidClose with a connection that has been explicitly20206 (CoreIPC::Connection::connectionDidClose):24657 (CoreIPC::Connection::connectionDidClose):35625 …(CoreIPC::Connection::open): Registered connectionDidClose to be called when the client disconnect…