Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundThread.cpp175 nn::snd::ThreadParameter userThread; in CreateSoundThread() local
176 userThread.stackBuffer = userThreadStackBufferAddress; in CreateSoundThread()
177 userThread.stackSize = userThreadStackBufferSize; in CreateSoundThread()
178 userThread.priority = userThreadPriority; in CreateSoundThread()
185 coreNo == 1 ? &userThread : NULL, in CreateSoundThread()