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

References

projects/openmp/libomptarget/src/omptarget.cpp
  490     void *TgtPtrBegin = Device.getTgtPtrBegin(HstPtrBegin, MapSize, IsLast,
  507       int rt = Device.data_retrieve(HstPtrBegin, TgtPtrBegin, MapSize);
  515       Device.ShadowMtx.lock();
  516       for (ShadowPtrListTy::iterator it = Device.ShadowPtrMap.begin();
  517           it != Device.ShadowPtrMap.end(); ++it) {
  528       Device.ShadowMtx.unlock();
  534       int rt = Device.data_submit(TgtPtrBegin, HstPtrBegin, MapSize);
  542       Device.ShadowMtx.lock();
  543       for (ShadowPtrListTy::iterator it = Device.ShadowPtrMap.begin();
  544           it != Device.ShadowPtrMap.end(); ++it) {
  553         rt = Device.data_submit(it->second.TgtPtrAddr,
  557           Device.ShadowMtx.unlock();
  561       Device.ShadowMtx.unlock();