Keep affinity of threadpool threads the same as the main thread on entry
Keep affinity of threadpool threads the same as the main thread on entry, regardless of later changes to the main thread.
This makes sure that we don't pin the threadpool threads to one CPU when the engine_pin()
function is in effect.
Fixes #846 (closed)
Merge request reports
Activity
added architecture bug enhancement performance labels
requested review from @matthieu
assigned to @pdraper
mentioned in issue #846 (closed)
Tested and approved. Seems to indeed make the difference mentioned in #846 (closed).
mentioned in commit aeebfb85
Please register or sign in to reply