rust/library/std/src/sys_common/once
Sean Cross 762e58a218 std: once: use queue implementation on Xous
Use the global queue implementation of Once when running on Xous. This
gets us a thread-safe implementation, rather than using the
non-threadsafe `unsupported` implementation.

Signed-off-by: Sean Cross <sean@xobs.io>
2024-01-13 09:13:56 -08:00
..
futex.rs Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00
mod.rs std: once: use queue implementation on Xous 2024-01-13 09:13:56 -08:00
queue.rs std: optimize LazyLock size 2023-01-26 16:16:03 +01:00