Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/kernel/include/
Dkswap.h239 static inline void z_dummy_thread_init(struct k_thread *dummy_thread) in z_dummy_thread_init() argument
241 dummy_thread->base.thread_state = _THREAD_DUMMY; in z_dummy_thread_init()
243 dummy_thread->base.cpu_mask = -1; in z_dummy_thread_init()
245 dummy_thread->base.user_options = K_ESSENTIAL; in z_dummy_thread_init()
247 dummy_thread->stack_info.start = 0U; in z_dummy_thread_init()
248 dummy_thread->stack_info.size = 0U; in z_dummy_thread_init()
251 dummy_thread->mem_domain_info.mem_domain = &k_mem_domain_default; in z_dummy_thread_init()
254 k_thread_system_pool_assign(dummy_thread); in z_dummy_thread_init()
256 dummy_thread->resource_pool = NULL; in z_dummy_thread_init()
260 dummy_thread->base.slice_ticks = 0; in z_dummy_thread_init()
[all …]