rust/library/std
Sean Cross 46a4ec3a71 std: xous: add thread_local_key
Add an implementation of thread local storage. This uses a container
that is pointed to by the otherwise-unsed `$tp` register. This container
is allocated on-demand, so threads that use no TLS will not allocate
this extra memory.

Signed-off-by: Sean Cross <sean@xobs.io>
2023-08-22 20:25:38 +08:00
..
benches
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src std: xous: add thread_local_key 2023-08-22 20:25:38 +08:00
tests Add data race test to std::env::{get, set} 2023-08-20 21:50:45 +02:00
build.rs libstd: add xous to libstd 2023-08-22 08:20:04 +08:00
Cargo.toml std: xous: add alloc support 2023-08-22 20:25:38 +08:00