mirror of https://gitee.com/bigwinds/arangodb
windows implementation was missing
This commit is contained in:
parent
f3acea797b
commit
195da55e98
|
@ -152,6 +152,7 @@ void Mutex::unlock() { ReleaseSRWLockExclusive(&_mutex); }
|
||||||
|
|
||||||
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE
|
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE
|
||||||
void Mutex::assertLockedByCurrentThread() {}
|
void Mutex::assertLockedByCurrentThread() {}
|
||||||
|
void Mutex::assertNotLockedByCurrentThread() {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue