Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h124 std::mutex MapTableLock; variable
163 std::lock_guard<std::mutex> LG(MapTableLock); in freeAndAllocate()
268 std::lock_guard<std::mutex> Guard(MapTableLock); in allocate()
290 std::lock_guard<std::mutex> G(MapTableLock); in free()