Searched refs:appLibPathMapMutex_ (Results 1 – 2 of 2) sorted by relevance
87 appLibPathMapMutex_.lock(); in ~NativeModuleManager()92 appLibPathMapMutex_.unlock(); in ~NativeModuleManager()249 std::lock_guard<std::mutex> guard(appLibPathMapMutex_); in GetModuleFileName()520 std::lock_guard<std::mutex> guard(appLibPathMapMutex_); in SetAppLibPath()728 appLibPathMapMutex_.lock(); in GetNativeModulePath()730 appLibPathMapMutex_.unlock(); in GetNativeModulePath()1226 std::lock_guard<std::mutex> guard(appLibPathMapMutex_); in IsExistedPath()
189 mutable std::mutex appLibPathMapMutex_; variable