Lines Matching refs:timeout
517 internal static int help(int timeout) in help() argument
520 Log.WriteLine("devkitmsg.help started with timeout = " + timeout.ToString()); in help()
526 DateTime maxTime = DateTime.Now.AddMilliseconds((double)timeout); in help()
749 public int timeout; field
792 Log.WriteLine(string.Format(" timeout: {0}.", lrparams.timeout)); in launch_retry_thread()
814 switch (WaitHandle.WaitAny(evtHandle, lrparams.timeout)) in launch_retry_thread()
843 …ex: Fastlaunch timeout of {0}mS exceeded waiting for title to start, exiting.", lrparams.timeout)); in launch_retry_thread()
854 …atic void launch_retry(int port, string TID_HI, string TID_LO, int retries, int timeout, int delay) in launch_retry() argument
865 lrparams.timeout = timeout; in launch_retry()
877 public static void stop_retry(int timeout) in stop_retry() argument
882 retry_thread.Join(timeout); in stop_retry()
943 int timeout = Convert.ToInt32(Program.CAFERUN_OPTION_FASTLAUNCH_TIMEOUT.value); in try_launch()
959 if (cattoucan.SyncWithTitle(timeout, true)) in try_launch()
1717 internal static bool SendSyncRequest(int timeout) in SendSyncRequest() argument
1732 return devkitmsg.help(timeout) == 0; in SendSyncRequest()
1747 internal static bool SyncWithBoot(int timeout) in SyncWithBoot() argument
1756 return evtHandle.WaitOne(timeout); in SyncWithBoot()
1821 internal static bool SyncWithTitle(int timeout, bool stop) in SyncWithTitle() argument
1826 while (evtHandle.WaitOne(timeout)) in SyncWithTitle()
1961 …internal static int start(string str_opt, string test_str, string timeout, string rc_file, string … in start() argument
1969 …oProcess_GetOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " + timeout + " -p " + Enviro… in start()
1986 …ic int start_redirectionCallback(string str_opt, string test_str, string timeout, DataReceivedEven… in start_redirectionCallback() argument
1993 …ess_RedirectOutput(GetExeName(), str_opt + " \"" + test_str + "\" -t " + timeout + " -p " + Enviro… in start_redirectionCallback()