Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundThread.cpp170 nn::snd::ThreadParameter mainThread; in CreateSoundThread() local
171 mainThread.stackBuffer = stackBufferAddress; in CreateSoundThread()
172 mainThread.stackSize = stackBufferSize; in CreateSoundThread()
173 mainThread.priority = (coreNo == 1) ? 0 : priority; in CreateSoundThread()
181 &mainThread, in CreateSoundThread()