[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.