Home
last modified time | relevance | path

Searched refs:TrlTblMtx (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Drtl.cpp300 PM->TrlTblMtx.lock(); in RegisterLib()
315 PM->TrlTblMtx.unlock(); in RegisterLib()
Ddevice.h251 std::mutex TrlTblMtx; ///< For Translation Table member
Domptarget.cpp62 PM->TrlTblMtx.lock(); in InitLibrary()
144 PM->TrlTblMtx.unlock(); in InitLibrary()
842 std::lock_guard<std::mutex> TrlTblLock(PM->TrlTblMtx); in getTableMap()
1228 std::lock_guard<std::mutex> TrlTblLock(PM->TrlTblMtx); in target()