Home
last modified time | relevance | path

Searched refs:thread_abort_hook (Results 1 – 2 of 2) sorted by relevance

/Zephyr-4.3.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c42 void thread_abort_hook(struct k_thread *thread) in thread_abort_hook() function
/Zephyr-4.3.0/kernel/
Dsched.c1260 extern void thread_abort_hook(struct k_thread *thread);
1317 thread_abort_hook(thread); in halt_thread()