diff options
| author | 2025-03-01 21:16:02 -0800 | |
|---|---|---|
| committer | 2025-03-03 07:40:06 -0800 | |
| commit | 47aa84218bf308c5f5a0ac579f44668c3e4ba8e9 (patch) | |
| tree | 3edbeb755931af396634ed4becb2f6c4fab8d753 /ravenwood/scripts/extract-last-soong-commands.py | |
| parent | 85c5b7d80b956edcd72aafa083b6ad69c114c6f7 (diff) | |
Guard mThread in ProcessRecord
ProcessRecord.mThread is guarded by mService but synchronize blocks
are missing in three instances. This adds in the synchronization.
Only the access to mThread is guarded. The call into the mThread is
outside the synchronization block, to avoid deadlock.
Flag: EXEMPT bug-fix
Bug: 399561948
Test: atest
* FrameworksServicesTests:com.android.server.am
* FrameworksMockingServicesTests:com.android.server.am
Change-Id: I4de1f60b54515434b6bb61011fa0924ccd427f5f
Diffstat (limited to 'ravenwood/scripts/extract-last-soong-commands.py')
0 files changed, 0 insertions, 0 deletions