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