Searched refs:z_is_thread_state_set (Results 1 – 3 of 3) sorted by relevance
124 if (!(z_is_thread_state_set(data.tid, _THREAD_DUMMY) || in z_impl_k_thread_stack_free()125 z_is_thread_state_set(data.tid, _THREAD_DEAD))) { in z_impl_k_thread_stack_free()
115 static inline bool z_is_thread_state_set(struct k_thread *thread, uint32_t state) in z_is_thread_state_set() function122 return z_is_thread_state_set(thread, _THREAD_QUEUED); in z_is_thread_queued()
812 zassert_true(z_is_thread_state_set(&t2, _THREAD_DEAD)); in ZTEST()