Searched refs:execThread (Results 1 – 2 of 2) sorted by relevance
53 protected Thread execThread = new Thread( field in _XDialog98 execThread.start() ; in _execute()101 execThread.join(200) ; in _execute()106 result &= execThread.isAlive() ; in _execute()131 execThread.join(200) ; in _endExecute()137 if (execThread.isAlive()) { in _endExecute()138 execThread.interrupt() ; in _endExecute()141 result &= !execThread.isAlive() ; in _endExecute()
63 private Thread execThread = null; field in OOBeanShellDebugger182 execThread = new Thread() { in startExecution()220 execThread.start(); in startExecution()
Completed in 17 milliseconds