Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dthread.c1020 static struct k_thread *thread_to_cleanup; variable
1038 thread_to_cleanup = thread; in defer_thread_cleanup()
1083 if (thread_to_cleanup != NULL) { in k_thread_abort_cleanup()
1085 do_thread_cleanup(thread_to_cleanup); in k_thread_abort_cleanup()
1086 thread_to_cleanup = NULL; in k_thread_abort_cleanup()
1119 if (thread_to_cleanup == thread) { in k_thread_abort_cleanup_check_reuse()
1120 do_thread_cleanup(thread_to_cleanup); in k_thread_abort_cleanup_check_reuse()
1121 thread_to_cleanup = NULL; in k_thread_abort_cleanup_check_reuse()