Searched refs:m_SoundThreadSumTick (Results 1 – 2 of 2) sorted by relevance
98 m_SoundThreadSumTick( nn::os::Tick( 0 ) ), in SoundThread()591 m_SoundThreadSumTick += tick; in CalcProcessCost()622 tick = m_SoundThreadSumTick; in GetTickCount()630 m_SoundThreadSumTick = nn::os::Tick( 0 ); in ClearTickCount()
201 nn::os::Tick m_SoundThreadSumTick; // サウンドスレッド累積処理時間 variable