reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/libomptarget/src/omptarget.cpp
   66   int32_t device_id = Device.DeviceID;
   69   Device.PendingGlobalsMtx.lock();
   91         TransTable->TargetsTable[device_id] = Device.load_binary(img);
  116     Device.DataMapMtx.lock();
  132         if (Device.getTgtPtrBegin(CurrHostEntry->addr, CurrHostEntry->size))
  137         Device.HostDataToTargetMap.push_front(HostDataToTargetTy(
  145     Device.DataMapMtx.unlock();
  150     Device.PendingGlobalsMtx.unlock();
  157   if (!Device.PendingCtorsDtors.empty()) {
  159     for (auto &lib : Device.PendingCtorsDtors) {
  168             Device.PendingGlobalsMtx.unlock();
  178   Device.HasPendingGlobals = false;
  179   Device.PendingGlobalsMtx.unlock();