We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0c8e3 commit d4ed36bCopy full SHA for d4ed36b
offload/include/Shared/APITypes.h
@@ -76,7 +76,9 @@ struct __tgt_async_info {
76
/// should be freed after finalization.
77
llvm::SmallVector<void *, 2> AssociatedAllocations;
78
79
- /// Mutex to guard access to AssociatedAllocations and the Queue
+ /// Mutex to guard access to AssociatedAllocations and the Queue.
80
+ /// This is only used for liboffload and should be ignored in libomptarget
81
+ /// code.
82
std::mutex Mutex;
83
84
/// The kernel launch environment used to issue a kernel. Stored here to
0 commit comments