Skip to main content

Crate wpj_tg_rcore_tutorial_sync

Crate wpj_tg_rcore_tutorial_sync 

Source
Expand description

同步互斥模块

教程阅读建议:

  • up.rs:先理解“单核下通过关中断保护临界区”;
  • mutex/semaphore/condvar:再看经典同步原语如何基于等待队列实现。

Structs§

Condvar
Condvar
CondvarSignalResult
条件变量 signal 结果。
CondvarWaitResult
条件变量等待结果。
MutexBlocking
MutexBlocking
Semaphore
Semaphore
UPIntrFreeCell
带中断屏蔽的内部可变性容器。
UPIntrRefMut
A wrapper type for a mutably borrowed value from a RefCell

Traits§

Mutex
Mutex trait