Home
last modified time | relevance | path

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

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