Searched refs:getManagedStaticMutex (Results 1 – 1 of 1) sorted by relevance
22 static std::recursive_mutex *getManagedStaticMutex() { in getManagedStaticMutex() function31 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex()); in RegisterManagedStatic()