Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SharedMutex.h File Reference
#include <mutex>
Include dependency graph for SharedMutex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SF_SHARED_GUARD   std::lock_guard<std::mutex>
#define SF_SHARED_MUTEX   std::mutex
#define SF_UNIQUE_GUARD   std::unique_lock<std::mutex>

Macro Definition Documentation

◆ SF_SHARED_GUARD

◆ SF_SHARED_MUTEX

#define SF_SHARED_MUTEX   std::mutex

Definition at line 16 of file SharedMutex.h.

Referenced by HashMapHolder< T >::GetLock().

◆ SF_UNIQUE_GUARD