Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/snd/common/src/
Dsnd_main.c41 #define SND_THREAD_STACK_SIZE 1024 macro
59 static u64 sndStack[SND_THREAD_STACK_SIZE / sizeof(u64)];
146 sndStack + SND_THREAD_STACK_SIZE / sizeof(u64), in SND_CreateThread()
147 SND_THREAD_STACK_SIZE, threadPrio); in SND_CreateThread()