Searched refs:is_thread_dummy (Results 1 – 2 of 2) sorted by relevance
79 static inline bool is_thread_dummy(struct k_thread *thread) in is_thread_dummy() function
596 __ASSERT_NO_MSG(thread == arch_current_thread() || is_thread_dummy(thread)); in z_pend_thread()