SimpleKernel 1.17.0
Loading...
Searching...
No Matches
spinlock.hpp File Reference
#include <cpu_io.h>
#include <atomic>
#include <concepts>
#include <cstddef>
#include <limits>
#include "expected.hpp"
#include "kernel_log.hpp"
#include "kstd_cstdio"
Include dependency graph for spinlock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SpinLock
 自旋锁 More...
 
class  LockGuard< Mutex >
 RAII 风格的锁守卫模板类 More...