Docs.rs
  • aarch64-std-0.1.1
    • aarch64-std 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ccbrown
    • Dependencies
      • aarch64-cpu ^9.2.0 normal
      • tock-registers ^0.8.0 normal
    • Versions
    • 88.89% of the crate is documented
  • Go to latest version
  • Platform
    • aarch64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate aarch64_std

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • sync::Arc
  • sync::Exclusive
  • sync::Mutex
  • sync::MutexGuard
  • sync::Weak
  • sync::atomic::AtomicBool
  • sync::atomic::AtomicI128
  • sync::atomic::AtomicI16
  • sync::atomic::AtomicI32
  • sync::atomic::AtomicI64
  • sync::atomic::AtomicI8
  • sync::atomic::AtomicIsize
  • sync::atomic::AtomicPtr
  • sync::atomic::AtomicU128
  • sync::atomic::AtomicU16
  • sync::atomic::AtomicU32
  • sync::atomic::AtomicU64
  • sync::atomic::AtomicU8
  • sync::atomic::AtomicUsize
  • thread::Builder
  • thread::JoinHandle
  • thread::Thread
  • thread::ThreadId
  • thread::ThreadInner
  • time::Duration
  • time::Instant
  • time::TryFromFloatSecsError

Enums

  • sync::TryLockError
  • sync::atomic::Ordering

Functions

  • sync::atomic::compiler_fence
  • sync::atomic::fence
  • sync::atomic::spin_loop_hint
  • thread::contribute
  • thread::current
  • thread::park
  • thread::park_timeout
  • thread::sleep
  • thread::spawn
  • thread::yield_now

Type Definitions

  • sync::LockResult
  • sync::TryLockResult
  • thread::Result

Constants

  • sync::atomic::ATOMIC_BOOL_INIT
  • sync::atomic::ATOMIC_I128_INIT
  • sync::atomic::ATOMIC_I16_INIT
  • sync::atomic::ATOMIC_I32_INIT
  • sync::atomic::ATOMIC_I64_INIT
  • sync::atomic::ATOMIC_I8_INIT
  • sync::atomic::ATOMIC_ISIZE_INIT
  • sync::atomic::ATOMIC_U128_INIT
  • sync::atomic::ATOMIC_U16_INIT
  • sync::atomic::ATOMIC_U32_INIT
  • sync::atomic::ATOMIC_U64_INIT
  • sync::atomic::ATOMIC_U8_INIT
  • sync::atomic::ATOMIC_USIZE_INIT