Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_TimeSpan.h86 …static TimeSpan FromMilliSeconds(s64 milliSeconds) { return FromNanoSeconds(milliSeconds * 1000 * … in FromMilliSeconds() function
Dfnd_DateTime.h273 …rator-(const DateTime& lhs, const DateTime& rhs) { return TimeSpan::FromMilliSeconds(lhs.m_MilliSe…
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Stopwatch.cpp256 nn::os::Thread::Sleep(nn::fnd::TimeSpan::FromMilliSeconds(10)); in Test()
Drdt_Utility.cpp303 nn::os::Thread::Sleep(nn::fnd::TimeSpan::FromMilliSeconds(msec));
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp314 return *this + TimeSpan::FromMilliSeconds(millisecond - GetMilliSecond()); in ReplaceMilliSecond()
393 + nn::fnd::TimeSpan::FromMilliSeconds(nn::ptm::CTR::detail::GetSwcMilliSeconds()) in GetNow()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/socket/
Dsocket_SessionPool.h190 nn::os::Thread::Sleep(nn::fnd::TimeSpan::FromMilliSeconds(100)); in Finalize()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_IpcDispatcher.h267 nn::os::Thread::Sleep(nn::fnd::TimeSpan::FromMilliSeconds(1000)); in Launch()