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

References

projects/openmp/libomptarget/src/omptarget.cpp
  259       Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase,
  276     void *TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBegin, HstPtrBase,
  304           long parent_rc = Device.getMapEntryRefCnt(args[parent_idx]);
  315         int rt = Device.data_submit(TgtPtrBegin, HstPtrBegin, data_size);
  328       int rt = Device.data_submit(Pointer_TgtPtrBegin, &TgtPtrBase,
  335       Device.ShadowMtx.lock();
  336       Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase,
  338       Device.ShadowMtx.unlock();