Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h41 std::unique_ptr<std::mutex> ArenaAllocatorLock; variable
57 ArenaAllocatorLock = std::make_unique<std::mutex>(); in RemoteOffloadClient()
H A DClient.cpp29 ArenaAllocatorLock->lock(); in remoteCall()
32 ArenaAllocatorLock->unlock(); in remoteCall()