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

References

projects/openmp/libomptarget/src/interface.cpp
  131     __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL));
  184     __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL));
  217     __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL));
  258     __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL));
  301     __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL));
  347   Devices[device_id].LoopTripCnt.emplace(__kmpc_global_thread_num(NULL),
projects/openmp/libomptarget/src/omptarget.cpp
  764   auto I = Device.LoopTripCnt.find(__kmpc_global_thread_num(NULL));