Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Dmailbox.c25 struct k_mbox_async { struct
34 static inline void mbox_async_alloc(struct k_mbox_async **async) in mbox_async_alloc() argument
40 static inline void mbox_async_free(struct k_mbox_async *async) in mbox_async_free()
57 static struct k_mbox_async __noinit async_msg[CONFIG_NUM_MBOX_ASYNC_MSGS]; in init_mbox_module()
194 mbox_async_free((struct k_mbox_async *)sending_thread); in mbox_message_dispose()
327 struct k_mbox_async *async; in k_mbox_async_put()