[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_async_basic: Fix ordering of tasks posted at same time

Put tasks with same time in FIFO order in tasks list.

In RTOS systems the system clock granularity is often low enough that it
is common for tasks to end up with same deadline. The user expectation
in that case would be execution of first posted.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/189784
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: e61c2daa82871adc44e5d4eed63d96d4527edea1
GitOrigin-RevId: bfeea8f83e0442e406c3ba4f361a524f7bc2cb2b
Roller-URL: https://ci.chromium.org/b/8757355624417080129
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/983708
Original-Revision: 1b179ffdba26a2368ff49277b5b2e24360d20f1d
Change-Id: I30d7bc8672de05595ad98da58a6c49f31d0f8969
1 file changed
tree: 84cbcf3e785628bc331226f00aa0dfdc2c3edb51
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.