Searched refs:thread_to_cleanup (Results 1 – 1 of 1) sorted by relevance
1018 static struct k_thread *thread_to_cleanup; variable1036 thread_to_cleanup = thread; in defer_thread_cleanup()1081 if (thread_to_cleanup != NULL) { in k_thread_abort_cleanup()1083 do_thread_cleanup(thread_to_cleanup); in k_thread_abort_cleanup()1084 thread_to_cleanup = NULL; in k_thread_abort_cleanup()1117 if (thread_to_cleanup == thread) { in k_thread_abort_cleanup_check_reuse()1118 do_thread_cleanup(thread_to_cleanup); in k_thread_abort_cleanup_check_reuse()1119 thread_to_cleanup = NULL; in k_thread_abort_cleanup_check_reuse()