switch cpu methods to static
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
#define __SpinLock_include__
|
||||
|
||||
class SpinLock {
|
||||
|
||||
private:
|
||||
SpinLock(const SpinLock& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
|
||||
Reference in New Issue
Block a user