Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Interfaces />
<Docs>
<typeparam name="T">To be added.</typeparam>
<summary>Provides options that control the behavior of instances created by <see cref="M:Channel.CreateUnboundedPrioritized" />.</summary>
<summary>Provides options that control the behavior of instances created by <see cref="M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1" />.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Threading.Tasks/Task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5566,8 +5566,8 @@ An exception was thrown during
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="1" FrameworkAlternate="net-9.0" />
</Parameters>
<Docs>
<param name="tasks">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of Task instances on which to wait.</param>
<param name="cancellationToken">A <see cref="P:System.Threading.Tasks.Task.CancellationToken" /> to observe while waiting for the tasks to complete.</param>
<param name="tasks">A collection of tasks on which to wait.</param>
<param name="cancellationToken">A token to observe while waiting for the tasks to complete.</param>
<summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution unless the wait is cancelled.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Threading/Interlocked.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ The `MemoryBarrierProcessWide` method differs from the "normal" <xref:System.Thr

The `MemoryBarrierProcessWide` method also suffers from all the subtleties of lock-free programming. Nevertheless, this method can be extremely useful when you actually need to call it, which should be rare.

This method wraps a call to [FlushProcessWriteBuffers](/windows/win32/api/processthreadsapi/nf-processthreadsapi-flushprocesswritebuffers) on Windows and [sys_membarrier](https://lore.kernel.org/patchwork/patch/188708/) on Linux.
This method wraps a call to [FlushProcessWriteBuffers](/windows/win32/api/processthreadsapi/nf-processthreadsapi-flushprocesswritebuffers) on Windows and `sys_membarrier` on Linux.

]]></format>
</remarks>
Expand Down