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
566 __ASSERT_NO_MSG(thread == _current || is_thread_dummy(thread)); in z_pend_thread()