[gtest,audio] avoid polling for conditions

This CL changes RealLoopFixture.RunLoop[WithTimeoutOr]Until to accept
an infinite step value, in which case the loop blocks normally,
checking the condition when in unblocks naturally. This is useful in
90% of cases - cases in which the condition becomes true as the
result of executing a task on the loop. This eliminates the need for
polling the condition at some fixed 'step' frequency (the default
being 10ms).

Audio tests are configured to use an infinite step value.

TEST: audio tests
Change-Id: I1d4640f4101a28d761603ba77b772f85ebd0e72e
4 files changed
tree: 07c9b9974623247437b214921fad85ef7cc8d352
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. peridot/
  9. products/
  10. scripts/
  11. sdk/
  12. src/
  13. third_party/
  14. tools/
  15. zircon/
  16. .clang-format
  17. .clang-tidy
  18. .dir-locals.el
  19. .gitattributes
  20. .gitignore
  21. .gn
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. README.md
  30. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.