Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundThread.cpp168 nn::snd::ThreadParameter mainThread; in CreateSoundThread() local
169 mainThread.stackBuffer = stackBufferAddress; in CreateSoundThread()
170 mainThread.stackSize = stackBufferSize; in CreateSoundThread()
171 mainThread.priority = (coreNo == 1) ? 0 : priority; in CreateSoundThread()
179 &mainThread, in CreateSoundThread()