Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arc/core/
Dirq_offload.c53 __ASSERT_NO_MSG((_current->base.thread_state & _THREAD_DEAD) == 0); in arch_irq_offload()
/Zephyr-latest/kernel/
Dsched.c172 _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()
Ddynamic.c125 z_is_thread_state_set(data.tid, _THREAD_DEAD))) { in z_impl_k_thread_stack_free()
/Zephyr-latest/kernel/include/
Dkswap.h99 _current->base.thread_state & (_THREAD_DUMMY | _THREAD_DEAD), in do_swap()
Dkthread.h100 return (state & (_THREAD_PENDING | _THREAD_SLEEPING | _THREAD_DEAD | in z_is_thread_prevented_from_running()
/Zephyr-latest/include/zephyr/
Dkernel_structs.h61 #define _THREAD_DEAD (BIT(3)) macro
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c17 return state & _THREAD_DEAD; in _is_thread_cmsis_inactive()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c46 return state & _THREAD_DEAD; in _is_thread_cmsis_inactive()
296 case _THREAD_DEAD: in osThreadGetState()
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_kthread_for_each.c248 tid->base.thread_state = _THREAD_DEAD; in ZTEST()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c223 while (!(*p & _THREAD_DEAD)) { in spin_for_threads_exit()
811 zassert_true(z_is_thread_state_set(&t2, _THREAD_DEAD)); in ZTEST()
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c226 if (((*thread)->z_thread.base.thread_state & _THREAD_DEAD) != 0) { in cy_rtos_get_thread_state()
/Zephyr-latest/arch/xtensa/core/
Dmpu.c978 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
Dptables.c1031 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1341 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1882 if ((thread->base.thread_state & _THREAD_DEAD) == 0) { in arch_mem_domain_thread_remove()