commit | b54b40bb752f0f4d6a2ec3e5100d7d72c09ea40b | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Mon Nov 07 13:11:54 2022 -0500 |
committer | Leon Scroggins III <scroggo@google.com> | Thu Nov 10 12:14:12 2022 -0500 |
tree | ec6bda857886c090cbeacc282598ab8edab4258e | |
parent | ecd23b1638f7a4f807d9832bdea491fef0409929 [diff] |
FTL: Add wrapper for shared_mutex std::shared_mutex on Android is missing capabilities necessary for threading annotations. b/135688034 tracks adding them, but is blocked on b/175635923. In the meantime, add a simple wrapper so that we can start using annotations. Only add the methods we currently need. Other methods can be added as needed. Bug: 185536303 Test: ftl_test Change-Id: Ic7c2152bc7e46b31eecdba42fac1126b26aafd60