Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/os/
DOSSync.h66 BOOL OSTryAcquireSpinLockWithTimeout(OSSpinLock *spinlock, OSTimeNanoseconds timeout);
85 …OSUninterruptibleSpinLock_TryAcquireWithTimeout(OSSpinLock *inSpinLock, OSTimeNanoseconds timeout);
100 BOOL OSWaitRendezvousWithTimeout(OSRendezvous *ren, u32 wmask, OSTimeNanoseconds timeout);
DOSMemory.h68 BOOL OSEnableOverlayArenaWithTimeoutDev(BOOL allowAV, u32 timeout, u32 *error, u32 *addr, u32 *size…
70 BOOL OSDisableOverlayArenaWithTimeoutDev(u32 timeout, u32 *error);
DOSEvent.h47 BOOL OSWaitEventWithTimeout(OSEvent *event, OSTimeNanoseconds timeout);
/CafeSDK-2.12.13/system/bin/tool/
Duploadimg.sh176 …_UPLOAD_HDD_BANK "-h:$IMG_HEADER_WINDOWS_PATH" "$IMG_FILE_WINDOWS_PATH" -timeout $DEFAULT_TIMEOUT_…
193 …UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK -w "$IMG_FILE_WINDOWS_PATH" -timeout $DEFAULT_TIMEOUT_…
194 …UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK -w "$IMG_FILE_WINDOWS_PATH" -timeout $DEFAULT_TIMEOUT_…
226 …_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK "$IMG_UPLOAD_WINDOWS_PATH" -timeout $DEFAULT_TIMEOUT_…
Dpreparehdd178 …_UPLOAD_HDD_BANK "-h:$IMG_HEADER_WINDOWS_PATH" "$IMG_FILE_WINDOWS_PATH" -timeout $DEFAULT_TIMEOUT_…
207 …_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK "$IMG_UPLOAD_WINDOWS_PATH" -timeout $DEFAULT_TIMEOUT_…
Dcafe_utils226 …echo "`basename $0`: Monitor_For_Output args: str_opt test_str timeout log_dir [file_name]" >/dev/…
245 …(monitor.exe $str_opt "$test_str" -t $timeout -p $SESSION_DEBUG_OUT_PORT; echo -n $? >"$mon_rc_fil…
/CafeSDK-2.12.13/system/include/cafe/
Duhs_cos.h141 UhsTime timeout);
158 UhsTime timeout);
173 UhsTime timeout);
189 UhsTime timeout);
/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs517 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
[all …]
DTools.cs345 …_GetOutput(string filename, string arguments, bool waitDataReceived, int timeout, out string outpu… in DoProcess_GetOutput() argument
386 if (timeout > 0) in DoProcess_GetOutput()
388 exitedProperly = p.WaitForExit(timeout); in DoProcess_GetOutput()
391 …ename + " " + arguments + "' did not finish in the expected timeout (" + timeout.ToString() + "ms)… in DoProcess_GetOutput()
DCharacter stream dumper.cs1062 public ExitReason RelaySerialCharacters(TextWriter output_stream, bool timeout) in RelaySerialCharacters() argument
DCafeFunctions.cs7901 …static int monitor_for_output(string str_opt, string test_str, string timeout, string log_dir, str… in monitor_for_output() argument
7949 … int retVal = monitor_for_output_redirectionCallback(str_opt, test_str, timeout, callback); in monitor_for_output()
7962 …r_for_output_redirectionCallback(string str_opt, string test_str, string timeout, DataReceivedEven… in monitor_for_output_redirectionCallback() argument
7968 … string ret = monitor.start_redirectionCallback(str_opt, test_str, timeout, callback).ToString(); in monitor_for_output_redirectionCallback()
/CafeSDK-2.12.13/system/include/cafe/net/
Dso.h264 struct timeval *timeout);
289 struct timeval *timeout);
301 …t void* data, int len, const struct sockaddr *dest_addr, int dest_len, unsigned timeout, int flag);
/CafeSDK-2.12.13/system/include/cafe/mp/
DMPTasks.h120 BOOL MPWaitTaskQWithTimeout(MPTaskQ* taskq, u32 wmask, OSTimeNanoseconds timeout);