[roll] Roll third_party/pigweed Revert "pw_bluetooth_proxy: Use std::lock_guard"

This reverts commit 54ca0db892863f6d278dc9ca5be92591d1b9f98b.

Reason for revert: Breaks downstream client

Original-Bug: 377889745

Original change's description:
> pw_bluetooth_proxy: Use std::lock_guard
>
> Now that std::lock_guard is available to downstream clients, stop
> manually locking/unlocking mutexes.
>
> Change-Id: I7104ccfd473791e9df0e935db03e8ea6aff67e9d
> Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/241192
> Reviewed-by: David Rees <drees@google.com>
> Docs-Not-Needed: Austin Foxley <afoxley@google.com>
> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
> Pigweed-Auto-Submit: Austin Foxley <afoxley@google.com>
> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>

# Not skipping CQ checks because original CL landed > 1 day ago.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/247633
Original-Revision: b2288d8bc5b9098343d3d9b76c6b3f0d38ddb948
GitOrigin-RevId: 035db15fd92b65f12bfeeebf4ca906dc5c8e5958
Change-Id: I5b7cdf5230ccc0071314fe83b915aa821541f9f2
1 file changed
tree: d44d3bc26edfbcf51b747a17b610da77d8cb49ff
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.