zephyr/kernel/include
Daniel Leung 378131c266 kernel: add options to cleanup after aborting current thread
This adds the mechanism to do cleanup after k_thread_abort()
is called with the current thread. This is mainly used for
cleaning up things when the thread cannot be running, e.g.,
cleanup the thread stack.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-04-10 07:44:27 -04:00
..
gen_offset.h
ipi.h kernel: split timeslicing/ipi code out of sched.c 2024-04-01 18:47:36 -04:00
kernel_arch_interface.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
kernel_internal.h kernel: add options to cleanup after aborting current thread 2024-04-10 07:44:27 -04:00
kernel_offsets.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
kernel_tls.h
ksched.h kernel: add options to cleanup after aborting current thread 2024-04-10 07:44:27 -04:00
kswap.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
kthread.h kernel: move nothread support to own file 2024-04-06 14:22:08 +03:00
mmu.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
offsets_short.h
priority_q.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
timeout_q.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
wait_q.h kernel: move priority queue handling to own file/header 2024-03-02 15:06:45 +01:00