Searched refs:K_MSGQ_FLAG_ALLOC (Results 1 – 2 of 2) sorted by relevance
80 msgq->flags = K_MSGQ_FLAG_ALLOC; in z_impl_k_msgq_alloc_init()113 if ((msgq->flags & K_MSGQ_FLAG_ALLOC) != 0U) { in k_msgq_cleanup()115 msgq->flags &= ~K_MSGQ_FLAG_ALLOC; in k_msgq_cleanup()
4605 #define K_MSGQ_FLAG_ALLOC BIT(0) macro