Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/kernel/
Dsched.c87 static inline bool is_thread_dummy(struct k_thread *thread) in is_thread_dummy() function
870 __ASSERT_NO_MSG(thread == _current || is_thread_dummy(thread)); in z_pend_thread()