Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
DMemoryManager.cpp130 std::lock_guard<std::mutex> LG(MapTableLock); in freeAndAllocate()
215 std::lock_guard<std::mutex> Guard(MapTableLock); in allocate()
236 std::lock_guard<std::mutex> G(MapTableLock); in free()
DMemoryManager.h58 std::mutex MapTableLock; variable