commit | 7d201b58faa8f80205e243af35d8dbc09966982b | [log] [tgz] |
---|---|---|
author | Jason Macnak <natsu@google.com> | Tue Oct 10 11:49:12 2023 -0700 |
committer | Jason Macnak <natsu@google.com> | Tue Oct 10 11:54:00 2023 -0700 |
tree | 2322ed857a627638f3b6e5505b657ac43aa0a940 | |
parent | 13de1b68b4e82059266d4e0a8950bcd8158decb1 [diff] |
Ensure AIMapper and underlying IMPL outlive IMapperProvider ... as a static vendor::mapper::IMapperProvider<IMPL> provider; may be destructed during a clean process exit (during __cxa_finalize()) but the underlying IMPL may still be in use on other threads. Bug: b/304343434 Test: boot Cuttlefish Change-Id: I80687494c61210d527908b5a67375950ca45c8ea