[roll] Roll fuchsia [audio] Store pending start/stop commands with an AtomicOptional

Since there can be at most one pending start/stop command per producer
or consumer, there's no need to store those pending commands as a queue.
Instead we use a new type, `AtomicOptional<T>`, which is similar in
spirit to `std::atomic<std::optional<T>>`, but supports any movable type
T and has a more restricted set of operations.

Original-Bug: 87651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/736585
Original-Revision: 0fb2c641796e8c1484e54a35560229081222f6af
GitOrigin-RevId: ca47f8d5d967289f17384b0aecd21e07e168aed7
Change-Id: I2fa27d20b94678037fe6166bea188d11c9493270
1 file changed
tree: 458759938e5080e9cdd77d0c1f4ad5d65c3b5f72
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.