Searched refs:CY_RTOS_MIN_STACK_SIZE (Results 1 – 8 of 8) sorted by relevance
58 #define CY_RTOS_MIN_STACK_SIZE 300 /**< Minimum stack size */ macro
43 #define CY_RTOS_MIN_STACK_SIZE 300 /** Minimum stack size in bytes */ macro
48 #define CY_RTOS_MIN_STACK_SIZE TX_MINIMUM_STACK /**< Minimum stack size in bytes */ macro
49 #define CY_RTOS_MIN_STACK_SIZE 300 /**< Minimum stack size in bytes */ macro
104 - `CY_RTOS_MIN_STACK_SIZE`
134 if ((thread == NULL) || (stack_size < CY_RTOS_MIN_STACK_SIZE)) in cy_rtos_thread_create()
91 if ((thread == NULL) || (stack_size < CY_RTOS_MIN_STACK_SIZE)) in cy_rtos_thread_create()
141 if ((thread == NULL) || (stack_size < CY_RTOS_MIN_STACK_SIZE)) in cy_rtos_thread_create()