Function class_loader::impl::getLoadedLibraryVectorMutex

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