Home
last modified time | relevance | path

Searched refs:m_SoundThreadSumTick (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundThread.cpp96 m_SoundThreadSumTick( nn::os::Tick( 0 ) ), in SoundThread()
589 m_SoundThreadSumTick += tick; in CalcProcessCost()
620 tick = m_SoundThreadSumTick; in GetTickCount()
628 m_SoundThreadSumTick = nn::os::Tick( 0 ); in ClearTickCount()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundThread.h199 nn::os::Tick m_SoundThreadSumTick; // サウンドスレッド累積処理時間 variable