Searched refs:K_STACK_FLAG_ALLOC (Results 1 – 2 of 2) sorted by relevance
54 stack->flags = K_STACK_FLAG_ALLOC; in z_impl_k_stack_alloc_init()90 if ((stack->flags & K_STACK_FLAG_ALLOC) != (uint8_t)0) { in k_stack_cleanup()93 stack->flags &= ~K_STACK_FLAG_ALLOC; in k_stack_cleanup()
2865 #define K_STACK_FLAG_ALLOC ((uint8_t)1) /* Buffer was allocated */ macro