Merge "[vdi] Fix hang due to recursive locking." into amd-master-next

Этот коммит содержится в:
Michael Hong Bin Liao
2020-04-24 10:30:26 -04:00
коммит произвёл Gerrit Code Review
родитель b443172d12 04794c6359
Коммит 7519ba64af
Исполняемый файл → Обычный файл
+1 -1
Просмотреть файл
@@ -179,7 +179,7 @@ struct ihipExec_t {
};
class PlatformState {
amd::Monitor lock_{"Guards global function map"};
amd::Monitor lock_{"Guards global function map", true};
std::unordered_map<const void*, std::vector<std::pair<hipModule_t, bool>>> modules_;
bool initialized_{false};