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

Method SpinLockTestable

tests/unit_test/spinlock_test.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 public:
27 using SpinLock::IsLockedByCurrentCore;
28 explicit SpinLockTestable(const char* name) : SpinLock(name) {}
29 SpinLockTestable() = default;
30};
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected