Directly guard boot state with mutex

This commit is contained in:
topjohnwu
2023-11-27 17:40:58 +08:00
parent a6d1803105
commit c7083659aa
4 changed files with 22 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ struct MagiskD {
// C++ implementation
void reboot() const;
void post_fs_data() const;
bool post_fs_data() const;
void late_start() const;
void boot_complete() const;