unleashed-firmware/applications/system/updater/util
Silent 5b36c5465d
FuriThread: Improve state callbacks (#3881)
State callbacks assumed they were invoked from the thread that changed
its state, but this wasn't true for FuriThreadStateStarting in the past,
and now it's not true for FuriThreadStateStopped either.

Now it is safe to release the thread memory form the state callback
once it switches to FuriThreadStateStopped. Therefore, pending deletion
calls can be removed.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-10-08 20:50:31 +01:00
..
update_task.c FuriThread: Improve state callbacks (#3881) 2024-10-08 20:50:31 +01:00
update_task.h [FL-3882] Clean up of LFS traces (#3849) 2024-09-05 18:44:22 +01:00
update_task_i.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
update_task_worker_backup.c [FL-3882] Clean up of LFS traces (#3849) 2024-09-05 18:44:22 +01:00
update_task_worker_flasher.c [FL-3882] Clean up of LFS traces (#3849) 2024-09-05 18:44:22 +01:00