Skip to content

Commit

Permalink
Note SOS usage of a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kouvel committed Feb 13, 2022
1 parent fdce629 commit c7cf417
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,8 @@ public static partial class ThreadPool
{
private static readonly byte UsePortableThreadPoolConfigValues = InitializeConfigAndDetermineUsePortableThreadPool();

// SOS's ThreadPool command depends on this name
// SOS's ThreadPool command depends on the following names
internal static readonly bool UsePortableThreadPool = UsePortableThreadPoolConfigValues != 0;

internal static readonly bool UsePortableThreadPoolForIO = UsePortableThreadPoolConfigValues > 1;

// Indicates whether the thread pool should yield the thread from the dispatch loop to the runtime periodically so that
Expand Down

0 comments on commit c7cf417

Please sign in to comment.