change isCallerSetProcess from bool to atomic_bool

Signed-off-by: chenzexin <chenzexin14@huawei.com>
This commit is contained in:
chenzexin 2024-11-19 13:56:15 +00:00 committed by Gitee
parent 1b983bde82
commit 3f5812ee8d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1305,7 +1305,7 @@ private:
bool isStartedByCall_ = false;
bool isStartToBackground_ = false;
bool isStartToForeground_ = false;
bool isCallerSetProcess_ = false;
std::atomic_bool isCallerSetProcess_ = false;
int32_t appIndex_ = 0;
bool minimizeReason_ = false;