Home
last modified time | relevance | path

Searched refs:m_Thread (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_TaskThread.cpp64 bool result = m_Thread.TryStart( in Create()
101 m_Thread.Join(); in Destroy()
102 m_Thread.Finalize(); in Destroy()
Dsnd_SoundThread.cpp258 nn::Result result = m_Thread.TryStart( in Create()
292 m_Thread.Join(); in Destroy()
293 m_Thread.Finalize(); in Destroy()
/NW4C-2.0.3/include/nw/snd/
Dsnd_TaskThread.h40 m_Thread.ChangePriority( priority ); in SetPriority()
62 nn::os::Thread m_Thread; variable
Dsnd_SoundThread.h193 nn::os::Thread m_Thread; variable