Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more built-in thread-based processor types #375

Open
jpsamaroo opened this issue Feb 26, 2023 · 0 comments
Open

Add more built-in thread-based processor types #375

jpsamaroo opened this issue Feb 26, 2023 · 0 comments

Comments

@jpsamaroo
Copy link
Member

jpsamaroo commented Feb 26, 2023

  • ThreadProc -> ThreadLockedProc (no longer default enabled)
  • AnyThreadProc: Runs on any thread and allows task migration (default enabled)
  • InteractiveThreadProc: Runs on any thread in the interactive threadgroup, if possible (not default enabled)
  • NUMAPinnedProc: Pinned to a given NUMA domain, possibly allocated manually (not default enabled)
  • CPUPinnedProc: Pinned to a given logical CPU, possibly allocated manually (not default enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant