Skip to content

Commit eaef706

Browse files
committed
Check if CI passes commenting the line that changes the thread name
1 parent d0178e1 commit eaef706

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Private.CoreLib/src/System/Threading

1 file changed

+1
-1
lines changed

Diff for: src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private void RunWorker()
8282
if (!string.IsNullOrEmpty(thread.Name))
8383
{
8484
// Name the underlying native thread to match the managed thread name.
85-
thread.ThreadNameChanged(thread.Name);
85+
// thread.ThreadNameChanged(thread.Name);
8686
}
8787
#endif
8888
if (start is ThreadStart threadStart)

0 commit comments

Comments
 (0)