|
XWOS API
4.0
XWOS C/C++ API参考手册
|


结构体 | |
| class | xwos::lock::Spinlock |
| 自旋锁 更多... | |
| class | xwos::lock::Spinlock::LkGrd |
| 普通上锁模式下的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::TryLkGrd |
| 普通尝试上锁模式下的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::LkThGrd |
| CPU中断上锁模式下的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::TryLkThGrd |
| CPU中断尝试上锁模式下的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::LkBhGrd |
| 中断底半部上锁模式下的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::TryLkBhGrd |
| 中断底半部尝试上锁模式下的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::LkIrqsGrd< TIrqList > |
| 部分中断上锁模式的自旋锁RAII机制守卫 更多... | |
| class | xwos::lock::Spinlock::TryLkIrqsGrd< TIrqList > |
| 部分中断尝试上锁模式下的自旋锁RAII机制守卫 更多... | |
命名空间 | |
| namespace | xwos |
| namespace | xwos::lock |
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 Spinlock.hxx 中定义.