Docs.rs
  • preemptive-threads-0.1.2
    • preemptive-threads 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • NathanVRyver
    • Dependencies
      • libc ^0.2 normal
    • Versions
    • 33.33% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-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

preemptive_threads0.1.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Statics
  • Functions
  • Type Aliases

List of all items

Structs

  • atomic_scheduler::AtomicScheduler
  • atomic_scheduler::CpuScheduler
  • atomic_scheduler::PriorityQueue
  • context_full::CpuFeatures
  • context_full::FullThreadContext
  • preemption::Preemption
  • safe_api::Mutex
  • safe_api::MutexGuard
  • safe_api::ThreadBuilder
  • safe_api::ThreadHandle
  • safe_api::ThreadLocal
  • safe_api::ThreadPool
  • scheduler::Scheduler
  • scheduler::SchedulerCell
  • stack_guard::ProtectedStack
  • stack_guard::StackGuard
  • stack_guard::StackStats
  • thread::Thread
  • thread::ThreadContext

Enums

  • error::ThreadError
  • stack_guard::StackCorruption
  • stack_guard::StackStatus
  • thread::ThreadState

Macros

  • preemption_point
  • protected_stack

Functions

  • context::switch_context
  • context_full::check_cpu_features
  • context_full::init_cpu_features
  • context_full::switch_context_full
  • context_full::switch_context_simple
  • platform_timer::clear_preemption_pending
  • platform_timer::get_preemption_count
  • platform_timer::init_preemption_timer
  • platform_timer::is_preemption_pending
  • platform_timer::linux_timer::init_preemption_timer
  • platform_timer::linux_timer::stop_preemption_timer
  • platform_timer::preemption_checkpoint
  • platform_timer::signal_safe_handler
  • platform_timer::stop_preemption_timer
  • safe_api::exit_thread
  • safe_api::yield_now
  • signal_safe::init_signal_safe_preemption
  • signal_safe::stop_preemption
  • sync::exit_thread
  • sync::sleep_ms
  • sync::yield_thread

Type Aliases

  • error::ThreadResult
  • thread::ThreadId

Statics

  • atomic_scheduler::ATOMIC_SCHEDULER
  • context_full::CPU_FEATURES
  • scheduler::SCHEDULER