Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_TaskThread.cpp62 bool result = m_Thread.TryStart( in Create()
99 m_Thread.Join(); in Destroy()
100 m_Thread.Finalize(); in Destroy()
Dsnd_SoundThread.cpp256 nn::Result result = m_Thread.TryStart( in Create()
290 m_Thread.Join(); in Destroy()
291 m_Thread.Finalize(); in Destroy()
/NW4C-1.2.23/include/nw/snd/
Dsnd_TaskThread.h38 m_Thread.ChangePriority( priority ); in SetPriority()
58 nn::os::Thread m_Thread; variable
Dsnd_SoundThread.h191 nn::os::Thread m_Thread; variable