#register #value #thread-register

no-std thread-register

A library for obtaining and modifying thread register

2 releases

Uses new Rust 2024

0.1.1 Mar 4, 2025
0.1.0 Feb 22, 2025

#437 in Operating systems

Download history 123/week @ 2025-02-19 203/week @ 2025-02-26 98/week @ 2025-03-05 82/week @ 2025-03-12 184/week @ 2025-03-19 27/week @ 2025-03-26

562 downloads per month
Used in dlopen-rs

MIT license

4KB
51 lines

license thread-register on docs.rs

thread-register

A library for obtaining and modifying thread register.

Example

// Get thread register value
let val = ThreadRegister::get();
// Set thread register value
unsafe { ThreadRegister::set(val) };

No runtime deps