diff options
author | Cody Kesting <ckesting@google.com> | 2021-02-03 23:40:46 -0800 |
---|---|---|
committer | Cody Kesting <ckesting@google.com> | 2021-02-04 16:31:12 -0800 |
commit | da86336b18006d0a14f531019286f3e705b955b4 (patch) | |
tree | 533523acc90d4ffcf8e067b205c19a4a1b0241e3 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp | |
parent | 204a2fed4f0abc4944496cc7e718b174a0df0335 (diff) |
Remove use of locks in VcnGatewayConnection.
This CL updates VcnGatewayConnection to not use locking for accesses to
its TelephonySubscriptionSnapshot field. Instead, it will verify that
the caller is running on the VCN-Looper. Because VcnGatewayConnection
also runs on the VCN-Looper, this check guarantees that accesses to that
field are safe even when not explicitly in a Handler event.
Bug: 177364490
Test: atest FrameworksVcnTests
Change-Id: I128a894cead739b88a77e37f4d829d33f6bfb26a
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions