commit | d95caa51a4489e3ddacc3ea69e39f997dfbb8245 | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Tue Oct 03 10:01:32 2023 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jun 06 00:42:29 2024 -0700 |
tree | ad8e94c469bcde2b9583785fb5ed0ff45d1664a3 | |
parent | f32a41d4ddb9fe71f791755d6743b585d03956bf [diff] |
sys: Add a lockfree mpsc and spsc queues Moves the rtio_ prefixed lockfree queues to sys alongside existing mpsc/spsc pbuf, ringbuf, and similar queue-like data structures. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>