Function class_loader::impl::getLoadedLibraryVectorMutex
Defined in File class_loader_core.hpp
Function Documentation
-
std::recursive_mutex &class_loader::impl::getLoadedLibraryVectorMutex()
To provide thread safety, all exposed plugin functions can only be run serially by multiple threads.
This is implemented by using critical sections enforced by a single mutex which is locked and released with the following two functions.
- Returns:
A reference to the global mutex