Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundThread.cpp173 nn::snd::ThreadParameter userThread; in CreateSoundThread() local
174 userThread.stackBuffer = userThreadStackBufferAddress; in CreateSoundThread()
175 userThread.stackSize = userThreadStackBufferSize; in CreateSoundThread()
176 userThread.priority = userThreadPriority; in CreateSoundThread()
183 coreNo == 1 ? &userThread : NULL, in CreateSoundThread()