[*] wtf happened here? what the actual fuck (5cc811be19
5 months ago)
This commit is contained in:
parent
fc081615a7
commit
d1c668b2c1
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
auline void Lock()
|
auline void Lock()
|
||||||
{
|
{
|
||||||
mutex.Unlock();
|
mutex.Lock();
|
||||||
}
|
}
|
||||||
|
|
||||||
auline void Unlock()
|
auline void Unlock()
|
||||||
|
@ -51,7 +51,7 @@ namespace Aurora::Threading::Primitives
|
|||||||
|
|
||||||
auline void Lock()
|
auline void Lock()
|
||||||
{
|
{
|
||||||
mutex.Unlock();
|
mutex.Lock();
|
||||||
}
|
}
|
||||||
|
|
||||||
auline void Unlock()
|
auline void Unlock()
|
||||||
|
@ -61,7 +61,7 @@ namespace Aurora::Threading::Primitives
|
|||||||
|
|
||||||
auline void Lock()
|
auline void Lock()
|
||||||
{
|
{
|
||||||
mutex.Unlock();
|
mutex.Lock();
|
||||||
}
|
}
|
||||||
|
|
||||||
auline void Unlock()
|
auline void Unlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user