Commit b57a099
Ensure Process.ProcessName doesn't change when setting Thread.Name on Linux (#34064)
Fixes #33673
This issue is a side-effect of adding support for setting thread names on Linux in dotnet/coreclr#27182.
Co-authored-by: Dan Moseley <[email protected]>
Co-authored-by: Aleksey Kliger (λgeek) <[email protected]>1 parent 8271d53 commit b57a099
File tree
2 files changed
+22
-0
lines changed- src
- coreclr/src/pal/src/thread
- libraries/System.Threading.Thread/tests
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1641 | 1641 | | |
1642 | 1642 | | |
1643 | 1643 | | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
1644 | 1651 | | |
1645 | 1652 | | |
1646 | 1653 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
654 | 669 | | |
655 | 670 | | |
656 | 671 | | |
| |||
0 commit comments