Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundThread.cpp98 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()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundThread.h201 nn::os::Tick m_SoundThreadSumTick; // サウンドスレッド累積処理時間 variable