Searched refs:_THREAD_DEAD (Results 1 – 15 of 15) sorted by relevance
53 __ASSERT_NO_MSG((_current->base.thread_state & _THREAD_DEAD) == 0); in arch_irq_offload()
172 _THREAD_DEAD : _THREAD_SUSPENDED); in next_up()383 is_aborting(_current) ? _THREAD_DEAD : _THREAD_SUSPENDED); in thread_halt_spin()434 halt_thread(thread, terminate ? _THREAD_DEAD : _THREAD_SUSPENDED); in z_thread_halt()585 (_THREAD_DEAD | _THREAD_ABORTING)); in z_sched_wake_thread()1239 if (new_state == _THREAD_DEAD) { in halt_thread()1325 if ((thread->base.thread_state & _THREAD_DEAD) != 0U) { in z_thread_abort()1345 __ASSERT_NO_MSG((thread->base.thread_state & _THREAD_DEAD) != 0); in z_impl_k_thread_abort()1358 if ((thread->base.thread_state & _THREAD_DEAD) != 0U) { in z_impl_k_thread_join()
125 z_is_thread_state_set(data.tid, _THREAD_DEAD))) { in z_impl_k_thread_stack_free()
99 _current->base.thread_state & (_THREAD_DUMMY | _THREAD_DEAD), in do_swap()
100 return (state & (_THREAD_PENDING | _THREAD_SLEEPING | _THREAD_DEAD | in z_is_thread_prevented_from_running()
61 #define _THREAD_DEAD (BIT(3)) macro
17 return state & _THREAD_DEAD; in _is_thread_cmsis_inactive()
46 return state & _THREAD_DEAD; in _is_thread_cmsis_inactive()296 case _THREAD_DEAD: in osThreadGetState()
248 tid->base.thread_state = _THREAD_DEAD; in ZTEST()
223 while (!(*p & _THREAD_DEAD)) { in spin_for_threads_exit()811 zassert_true(z_is_thread_state_set(&t2, _THREAD_DEAD)); in ZTEST()
226 if (((*thread)->z_thread.base.thread_state & _THREAD_DEAD) != 0) { in cy_rtos_get_thread_state()
978 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
1031 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
1341 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
1882 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()