Searched refs:acceptorThread (Results 1 – 2 of 2) sorted by relevance
115 AcceptorThread acceptorThread = null; in _connect() local132 acceptorThread = new AcceptorThread(xAcceptor) ; in _connect()133 acceptorThread.start() ; in _connect()150 acceptorThread.join(30 * 1000) ; in _connect()154 if (acceptorThread.isAlive()) { in _connect()159 if (acceptorThread.acceptedCall == null) in _connect()165 if (acceptorThread.ex != null) { in _connect()170 if (acceptorThread.acceptedCall == null) in _connect()185 acceptorThread.acc.stopAccepting(); in _connect()186 if (acceptorThread.isAlive()) { in _connect()[all …]
54 AcceptorThread acceptorThread = null; field in _XBridgeFactory60 acceptorThread.acc.stopAccepting(); in after()61 if (acceptorThread.isAlive()) { in after()62 acceptorThread.interrupt(); in after()166 acceptorThread = new AcceptorThread(xAccptr) ; in _createBridge()167 acceptorThread.start(); in _createBridge()
Completed in 11 milliseconds