Searched refs:retry_thread (Results 1 – 1 of 1) sorted by relevance
740 private static Thread retry_thread = null; field in CafeX.cosdebug868 retry_thread = new Thread(cosdebug.launch_retry_thread); in launch_retry()871 retry_thread.Start(lrparams); in launch_retry()879 if (retry_thread != null) in stop_retry()882 retry_thread.Join(timeout); in stop_retry()