MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Mutex

Method Mutex

src/include/mutex.hpp:73–75  ·  view source on GitHub ↗

@name 构造/析构函数 @{

Source from the content-addressed store, hash-verified

71 /// @name 构造/析构函数
72 /// @{
73 explicit Mutex(const char* _name)
74 : name(_name),
75 resource_id_(ResourceType::kMutex, reinterpret_cast<uint64_t>(this)) {}
76 Mutex() = default;
77
78 Mutex(const Mutex&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected