third_party.pigweed.src/pw_sync_stl
Alexei Frolov e39af8d8da pw_rpc: Add synchronized channel output
This adds an channel output wrapper which synchronizes a ChannelOutput's
operations with a sync::Mutex, and updates the host target's system RPC server
to use it.

Change-Id: I3d2407a8c81a8f0370fd714ded850293d7030209
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/28540
Commit-Queue: Alexei Frolov <frolv@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
Reviewed-by: Ewout van Bekkum <ewout@google.com>
2021-01-06 18:08:28 +00:00
..
public/pw_sync_stl pw_sync: Adds semaphores & mutexes 2020-12-01 21:28:25 +00:00
public_overrides/pw_sync_backend pw_sync: Adds semaphores & mutexes 2020-12-01 21:28:25 +00:00
binary_semaphore.cc pw_sync: Adds semaphores & mutexes 2020-12-01 21:28:25 +00:00
BUILD pw_sync: Adds semaphores & mutexes 2020-12-01 21:28:25 +00:00
BUILD.gn pw_sync: Adds semaphores & mutexes 2020-12-01 21:28:25 +00:00
CMakeLists.txt pw_rpc: Add synchronized channel output 2021-01-06 18:08:28 +00:00
counting_semaphore.cc pw_sync: Adds semaphores & mutexes 2020-12-01 21:28:25 +00:00
docs.rst