Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !1686

Keep affinity of threadpool threads the same as the main thread on entry

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter W. Draper requested to merge threadpool-affinity-fix into master Jan 27, 2023
  • Overview 3
  • Commits 2
  • Changes 3

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)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: threadpool-affinity-fix