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

Declarations

projects/openmp/libomptarget/src/rtl.h
  157 extern std::mutex TrlTblMtx;

References

projects/openmp/libomptarget/src/omptarget.cpp
   70   TrlTblMtx.lock();
  147   TrlTblMtx.unlock();
  592     TrlTblMtx.lock();
  615     TrlTblMtx.unlock();
  629   TrlTblMtx.lock();
  633   TrlTblMtx.unlock();
projects/openmp/libomptarget/src/rtl.cpp
  285       TrlTblMtx.lock();
  300       TrlTblMtx.unlock();