Searched refs:GetScriptInterpreterMutex (Results 1 – 1 of 1) sorted by relevance
1465 static std::recursive_mutex &GetScriptInterpreterMutex() { in GetScriptInterpreterMutex() function1488 std::lock_guard<std::recursive_mutex> guard(GetScriptInterpreterMutex()); in RegisterPlugin()1497 std::lock_guard<std::recursive_mutex> guard(GetScriptInterpreterMutex()); in UnregisterPlugin()1513 std::lock_guard<std::recursive_mutex> guard(GetScriptInterpreterMutex()); in GetScriptInterpreterCreateCallbackAtIndex()1522 std::lock_guard<std::recursive_mutex> guard(GetScriptInterpreterMutex()); in GetScriptInterpreterForLanguage()