Home
last modified time | relevance | path

Searched refs:retry_thread (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs762 private static Thread retry_thread = null; field in CafeX.cosdebug
890 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()