Searched refs:CY_RTOS_MIN_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
40 #define CY_RTOS_MIN_STACK_SIZE 300 /** Minimum stack size in bytes */ macro
111 if ((thread == NULL) || (stack_size < CY_RTOS_MIN_STACK_SIZE)) { in cy_rtos_create_thread()