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

References

projects/openmp/libomptarget/src/omptarget.cpp
  197   Device.PendingGlobalsMtx.lock();
  198   bool hasPendingGlobals = Device.HasPendingGlobals;
  199   Device.PendingGlobalsMtx.unlock();
  200   if (hasPendingGlobals && InitLibrary(Device) != OFFLOAD_SUCCESS) {