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