Searched refs:stack_alloc (Results 1 – 1 of 1) sorted by relevance
116 void *stack_alloc = NULL; in cy_rtos_create_thread() local124 stack_alloc = k_aligned_alloc(Z_KERNEL_STACK_OBJ_ALIGN, in cy_rtos_create_thread()130 (*thread)->memptr = stack_alloc; in cy_rtos_create_thread()132 stack_alloc = stack; in cy_rtos_create_thread()136 if (stack_alloc == NULL) { in cy_rtos_create_thread()140 my_tid = k_thread_create(&(*thread)->z_thread, stack_alloc, stack_size, in cy_rtos_create_thread()