Home
last modified time | relevance | path

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

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