Searched refs:async_msg (Results 1 – 1 of 1) sorted by relevance
57 static struct k_mbox_async __noinit async_msg[CONFIG_NUM_MBOX_ASYNC_MSGS]; in init_mbox_module() local74 z_init_thread_base(&async_msg[i].thread, 0, _THREAD_DUMMY, 0); in init_mbox_module()75 k_stack_push(&async_msg_free, (stack_data_t)&async_msg[i]); in init_mbox_module()