Searched refs:halt_thread (Results 1 – 1 of 1) sorted by relevance
39 static ALWAYS_INLINE void halt_thread(struct k_thread *thread, uint8_t new_state);171 halt_thread(_current, is_aborting(_current) ? in next_up()382 halt_thread(_current, in thread_halt_spin()434 halt_thread(thread, terminate ? _THREAD_DEAD : _THREAD_SUSPENDED); in z_thread_halt()1226 static ALWAYS_INLINE void halt_thread(struct k_thread *thread, uint8_t new_state) in halt_thread() function