Searched refs:retry_thread (Results 1 – 1 of 1) sorted by relevance
762 private static Thread retry_thread = null; field in CafeX.cosdebug890 retry_thread = new Thread(cosdebug.launch_retry_thread); in launch_retry()893 retry_thread.Start(lrparams); in launch_retry()901 if (retry_thread != null) in stop_retry()904 retry_thread.Join(timeout); in stop_retry()