Searched refs:_acceptorThreads (Results 1 – 1 of 1) sorted by relevance
91 private transient Thread[] _acceptorThreads; field in AbstractConnector329 _acceptorThreads = new Thread[getAcceptors()]; in doStart()331 for (int i = 0; i < _acceptorThreads.length; i++) in doStart()359 acceptors = _acceptorThreads; in doStop()360 _acceptorThreads = null; in doStop()378 threads=_acceptorThreads; in join()922 if (_acceptorThreads == null) in run()925 _acceptorThreads[_acceptor] = current; in run()926 name = _acceptorThreads[_acceptor].getName(); in run()966 if (_acceptorThreads != null) in run()[all …]