Home
last modified time | relevance | path

Searched refs:PendingGlobalsMtx (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Drtl.cpp185 Device.PendingGlobalsMtx.lock(); in RegisterGlobalCtorsDtorsForImage()
205 Device.PendingGlobalsMtx.unlock(); in RegisterGlobalCtorsDtorsForImage()
366 Device.PendingGlobalsMtx.lock(); in UnregisterLib()
378 Device.PendingGlobalsMtx.unlock(); in UnregisterLib()
Domptarget.cpp61 Device.PendingGlobalsMtx.lock(); in InitLibrary()
147 Device.PendingGlobalsMtx.unlock(); in InitLibrary()
165 Device.PendingGlobalsMtx.unlock(); in InitLibrary()
176 Device.PendingGlobalsMtx.unlock(); in InitLibrary()
194 Device.PendingGlobalsMtx.lock(); in CheckDeviceAndCtors()
196 Device.PendingGlobalsMtx.unlock(); in CheckDeviceAndCtors()
Ddevice.h154 std::mutex DataMapMtx, PendingGlobalsMtx, ShadowMtx; member
Ddevice.cpp28 DataMapMtx(), PendingGlobalsMtx(), ShadowMtx(), in DeviceTy()
48 ShadowPtrMap(), DataMapMtx(), PendingGlobalsMtx(), ShadowMtx(), in DeviceTy()