| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSSync.h | 66 BOOL OSTryAcquireSpinLockWithTimeout(OSSpinLock *spinlock, OSTimeNanoseconds timeout); 85 …OSUninterruptibleSpinLock_TryAcquireWithTimeout(OSSpinLock *inSpinLock, OSTimeNanoseconds timeout); 100 BOOL OSWaitRendezvousWithTimeout(OSRendezvous *ren, u32 wmask, OSTimeNanoseconds timeout);
|
| D | OSMemory.h | 68 BOOL OSEnableOverlayArenaWithTimeoutDev(BOOL allowAV, u32 timeout, u32 *error, u32 *addr, u32 *size… 70 BOOL OSDisableOverlayArenaWithTimeoutDev(u32 timeout, u32 *error);
|
| D | OSEvent.h | 47 BOOL OSWaitEventWithTimeout(OSEvent *event, OSTimeNanoseconds timeout);
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | uploadimg.sh | 176 …_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_…
|
| D | preparehdd | 178 …_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_…
|
| D | cafe_utils | 226 …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-1/system/include/cafe/ |
| D | uhs_cos.h | 141 UhsTime timeout); 158 UhsTime timeout); 173 UhsTime timeout); 189 UhsTime timeout);
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | SerialCommunication.cs | 37 ISerialRunnable WaitForMessage(string message, int timeout); in WaitForMessage() argument 297 public ISerialRunnable WaitForMessage(string message, int timeout) in WaitForMessage() argument 308 if(!messageEvent.WaitOne(timeout)) in WaitForMessage()
|
| D | ExecutableClasses.cs | 535 internal static int help(int timeout) in help() argument 538 Log.WriteLine("devkitmsg.help started with timeout = " + timeout.ToString()); in help() 544 DateTime maxTime = DateTime.Now.AddMilliseconds((double)timeout); in help() 771 public int timeout; field 814 Log.WriteLine(string.Format(" timeout: {0}.", lrparams.timeout)); in launch_retry_thread() 836 switch (WaitHandle.WaitAny(evtHandle, lrparams.timeout)) in launch_retry_thread() 865 …ex: Fastlaunch timeout of {0}mS exceeded waiting for title to start, exiting.", lrparams.timeout)); in launch_retry_thread() 876 …atic void launch_retry(int port, string TID_HI, string TID_LO, int retries, int timeout, int delay) in launch_retry() argument 887 lrparams.timeout = timeout; in launch_retry() 899 public static void stop_retry(int timeout) in stop_retry() argument [all …]
|
| D | Tools.cs | 369 …_GetOutput(string filename, string arguments, bool waitDataReceived, int timeout, out string outpu… in DoProcess_GetOutput() argument 410 if (timeout > 0) in DoProcess_GetOutput() 412 exitedProperly = p.WaitForExit(timeout); in DoProcess_GetOutput() 415 …ename + " " + arguments + "' did not finish in the expected timeout (" + timeout.ToString() + "ms)… in DoProcess_GetOutput()
|
| D | Character stream dumper.cs | 1062 public ExitReason RelaySerialCharacters(TextWriter output_stream, bool timeout) in RelaySerialCharacters() argument
|
| D | CafeFunctions.cs | 8479 …static int monitor_for_output(string str_opt, string test_str, string timeout, string log_dir, str… in monitor_for_output() argument 8527 … int retVal = monitor_for_output_redirectionCallback(str_opt, test_str, timeout, callback); in monitor_for_output() 8540 …r_for_output_redirectionCallback(string str_opt, string test_str, string timeout, DataReceivedEven… in monitor_for_output_redirectionCallback() argument 8546 … string ret = monitor.start_redirectionCallback(str_opt, test_str, timeout, callback).ToString(); in monitor_for_output_redirectionCallback()
|
| /CafeSDK-2.12.13-1/system/include/cafe/net/ |
| D | so.h | 264 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-1/system/include/cafe/mp/ |
| D | MPTasks.h | 120 BOOL MPWaitTaskQWithTimeout(MPTaskQ* taskq, u32 wmask, OSTimeNanoseconds timeout);
|