Home
last modified time | relevance | path

Searched refs:K_MSGQ_FLAG_ALLOC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/kernel/
Dmsg_q.c72 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()
/Zephyr-Core-2.7.6/include/
Dkernel.h4201 #define K_MSGQ_FLAG_ALLOC BIT(0) macro