| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -35/+0 | |
| 2024-01-13 | std: once: use queue implementation on Xous | Sean Cross | -0/+1 | |
| 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> | ||||
| 2022-12-14 | std: use a more efficient `Once` on platforms without threads | joboet | -18/+9 | |
| 2022-10-07 | std: use futex in `Once` | joboet | -0/+43 | |
