Home
last modified time | relevance | path

Searched refs:m_timerTimeout (Results 1 – 9 of 9) sorted by relevance

/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DTimerThread.cpp57 …::Platform::Event()), m_timerMutex(new Internal::Platform::Mutex()), m_timerTimeout(Internal::Plat… in TimerThread()
92 m_timerTimeout = Internal::Platform::Wait::Timeout_Infinite; in TimerThreadProc()
96 Log::Write(LogLevel_Detail, "Timer: waiting with timeout %d ms", m_timerTimeout); in TimerThreadProc()
97 int32 res = Internal::Platform::Wait::Multiple(waitObjects, count, m_timerTimeout); in TimerThreadProc()
108 m_timerTimeout = Internal::Platform::Wait::Timeout_Infinite; in TimerThreadProc()
126m_timerTimeout = (m_timerTimeout == Internal::Platform::Wait::Timeout_Infinite) ? tr : std::min(m_… in TimerThreadProc()
H A DTimerThread.h118 int32 m_timerTimeout; // Time in milliseconds to wait until next event variable
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/rate-control/
H A Daarf-wifi-manager.cc44 uint32_t m_timerTimeout; ///< timer timeout member
127 station->m_timerTimeout = m_minTimerThreshold; in DoCreateStation()
170 station->m_timerTimeout = (int)(Max (station->m_timerTimeout * m_timerK, in DoReportDataFailed()
185 station->m_timerTimeout = m_minTimerThreshold; in DoReportDataFailed()
226 || station->m_timer == station->m_timerTimeout) in DoReportDataOk()
H A Daarfcd-wifi-manager.cc47 uint32_t m_timerTimeout; ///< timer timeout member
154 station->m_timerTimeout = m_minTimerThreshold; in DoCreateStation()
218 station->m_timerTimeout = (int)(Max (station->m_timerTimeout * m_timerK, in DoReportDataFailed()
240 station->m_timerTimeout = m_minTimerThreshold; in DoReportDataFailed()
286 || station->m_timer == station->m_timerTimeout) in DoReportDataOk()
H A Dcara-wifi-manager.cc72 MakeUintegerAccessor (&CaraWifiManager::m_timerTimeout), in GetTypeId()
175 || station->m_timer >= m_timerTimeout)) in DoReportDataOk()
H A Darf-wifi-manager.cc43 uint32_t m_timerTimeout; ///< timer timeout member
111 station->m_timerTimeout = m_timerThreshold; in DoCreateStation()
H A Dcara-wifi-manager.h74 uint32_t m_timerTimeout; ///< timer threshold variable
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/Widgets/
H A DButton.cpp71 m_timerTimeout = 0; in Button()
137 m_timerTimeout = 2000; in mousePressEvent()
166 if(m_timerTimeout > 100) { in buttonPressed_timer_timeout()
167 m_timerTimeout = m_timerTimeout / 2; in buttonPressed_timer_timeout()
170 m_timer->start(m_timerTimeout); in buttonPressed_timer_timeout()
H A DButton.h96 int m_timerTimeout; variable