Searched refs:OS_IDLE_THREAD_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
133 #ifndef OS_IDLE_THREAD_STACK_SIZE134 #define OS_IDLE_THREAD_STACK_SIZE 512 macro
68 #if (((OS_IDLE_THREAD_STACK_SIZE % 8) != 0) || (OS_IDLE_THREAD_STACK_SIZE < 72))119 static uint64_t os_idle_thread_stack[OS_IDLE_THREAD_STACK_SIZE/8] \