Searched refs:TimeUs (Results 1 – 4 of 4) sorted by relevance
52 TimeUs nowUs = GetNowUs(); in SendAsyncMsg()53 …TimeUs msgProcessTime = (delayUs > INT64_MAX - nowUs) ? INT64_MAX : (nowUs + static_cast<int64_t>(… in SendAsyncMsg()67 TimeUs time = GetNowUs(); in SendSyncMsg()128 TimeUs processUs = m_msgQueue.begin()->first; in MainLoop()129 TimeUs nowUs = GetNowUs(); in MainLoop()141 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs()
47 using TimeUs = int64_t; variable48 static TimeUs GetNowUs();59 std::map<TimeUs, MsgInfo> m_msgQueue; // msg will be sorted by timeUs
53 TimeUs nowUs = GetNowUs(); in SendAsyncMsg()54 TimeUs msgProcessTime = (delayUs > INT64_MAX - nowUs) ? INT64_MAX : (nowUs + delayUs); in SendAsyncMsg()68 TimeUs time = GetNowUs(); in SendSyncMsg()130 TimeUs processUs = m_msgQueue.begin()->first; in MainLoop()131 TimeUs nowUs = GetNowUs(); in MainLoop()143 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs()
50 using TimeUs = int64_t; variable51 static TimeUs GetNowUs();58 std::map<TimeUs, MsgInfo> m_msgQueue; // msg will be sorted by timeUs