Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Gavin HallidayGavin HallidayPriority
MinorCompatibility
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Gavin Halliday
Gavin HallidayPriority
Compatibility
Minor
Fix versions
Pull Request URL
Created September 11, 2017 at 11:12 AM
Updated October 18, 2017 at 10:00 AM
Resolved October 18, 2017 at 10:00 AM
At the moment updates to processed and started (and probably others) are using critical sections to protect some counters. Atomic variables would be much more efficient (or possibly updating all the variables in one go depending on the details).