third_party.pigweed.src/pw_async_basic
Ben 3bce472d07 pw_async_basic: Fix size report build error
Fix AttemptedToInvokeUnsupportedNewlibOsInterfaceFunction build error
caused by gettimeofday() being somehow used by the
//pw_async_basic/size_report:task build target.

Bug: b/350780546
Change-Id: I1180f02191a581f37de6fae6d95ccfd60f1ab348
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/219691
Reviewed-by: Taylor Cramer <cramertj@google.com>
Commit-Queue: Ben Lawson <benlawson@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
2024-07-02 22:20:42 +00:00
..
public/pw_async_basic pw_async_basic: release outside of lock context 2023-09-15 18:17:20 +00:00
public_overrides/pw_async_backend pw_async: Create Task & FakeDispatcher facades 2023-02-22 00:07:28 +00:00
size_report pw_async_basic: Fix size report build error 2024-07-02 22:20:42 +00:00
BUILD.bazel bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
BUILD.gn pw_async_basic: Remove unneeded locks from test 2024-02-06 17:34:46 +00:00
CMakeLists.txt pw_async: Add missing dispatcher facades to cmake 2024-04-26 23:38:26 +00:00
dispatcher_test.cc pw_async_basic: Remove unneeded locks from test 2024-02-06 17:34:46 +00:00
dispatcher.cc pw_async_basic: Fix ordering of tasks posted at same time 2024-01-31 18:33:45 +00:00
docs.rst docs: Fix code-block indentation 2024-03-19 18:35:45 +00:00
fake_dispatcher_fixture_test.cc pw_{allocator,analog}: Use unit test framework 2023-12-06 19:48:35 +00:00
fake_dispatcher.cc pw_async: Return bool from FakeDispatcher Run*() methods 2023-09-14 19:39:50 +00:00
heap_dispatcher_test.cc pw_{allocator,analog}: Use unit test framework 2023-12-06 19:48:35 +00:00