Skip to content
Merged
Prev Previous commit
Next Next commit
Simple fix for thread priority sample snippet (#4382)
* Simple fix for thread priority sample snippet

Co-authored-by: Koundinya Veluri <[email protected]>
  • Loading branch information
kkokosa and kouvel authored Aug 3, 2020
commit 4e05b763dc29d731b7e07e97f517b34a6160eb4f
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static void Main()

class PriorityTest
{
static bool loopSwitch;
static volatile bool loopSwitch;
[ThreadStatic] static long threadCount = 0;

public PriorityTest()
Expand Down