Searched refs:THREAD_STACK_SIZE (Results 1 – 5 of 5) sorted by relevance
32 #define THREAD_STACK_SIZE 1024 macro83 static u64 strmThreadStack[THREAD_STACK_SIZE / sizeof(u64)];145 strmThreadStack + THREAD_STACK_SIZE / sizeof(u64), in NitroMain()146 THREAD_STACK_SIZE, STREAM_THREAD_PRIO); in NitroMain()
38 #define THREAD_STACK_SIZE 1024 macro72 static u64 captureThreadStack[THREAD_STACK_SIZE / sizeof(u64)];120 captureThreadStack + THREAD_STACK_SIZE / sizeof(u64), in NitroMain()121 THREAD_STACK_SIZE, CAPTURE_THREAD_PRIO); in NitroMain()
42 #define THREAD_STACK_SIZE 1024 macro80 static u64 strmThreadStack[THREAD_STACK_SIZE / sizeof(u64)];138 strmThreadStack + THREAD_STACK_SIZE / sizeof(u64), in NitroMain()139 THREAD_STACK_SIZE, STREAM_THREAD_PRIO); in NitroMain()
53 #define THREAD_STACK_SIZE 1024 macro152 static u64 strmThreadStack[THREAD_STACK_SIZE / sizeof(u64)];274 strmThreadStack + THREAD_STACK_SIZE / sizeof(u64), in NitroMain()275 THREAD_STACK_SIZE, STREAM_THREAD_PRIO); in NitroMain()
35 #define THREAD_STACK_SIZE 1024 macro