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 94a61fe commit a45d8b0Copy full SHA for a45d8b0
offload/include/Shared/APITypes.h
@@ -77,7 +77,9 @@ struct __tgt_async_info {
77
/// should be freed after finalization.
78
llvm::SmallVector<void *, 2> AssociatedAllocations;
79
80
- /// Mutex to guard access to AssociatedAllocations and the Queue
+ /// Mutex to guard access to AssociatedAllocations and the Queue.
81
+ /// This is only used for liboffload and should be ignored in libomptarget
82
+ /// code.
83
std::mutex Mutex;
84
85
/// The kernel launch environment used to issue a kernel. Stored here to
0 commit comments