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

Fix threadAffinity setting on MacOS #11

Open
L3tum opened this issue Oct 18, 2019 · 1 comment
Open

Fix threadAffinity setting on MacOS #11

L3tum opened this issue Oct 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@L3tum
Copy link
Owner

L3tum commented Oct 18, 2019

No description provided.

@L3tum L3tum added the bug Something isn't working label Oct 18, 2019
@L3tum L3tum added this to the v2.1.0 milestone Oct 18, 2019
@L3tum L3tum self-assigned this Oct 18, 2019
@L3tum
Copy link
Owner Author

L3tum commented Oct 18, 2019

MacOS does not expose a POSIX compliant thread affinity interface. While it's theoretically possible to make an adhoc wrapper around the OSX interface to more closely resemble the POSIX interface, the necessity to include the pthread_t instead of a "simple" pid makes it very hard. For now, since most systems are still homogenous, the call will not actually set the affinity

@L3tum L3tum modified the milestones: v2.1.0, Backlog Oct 18, 2019
L3tum added a commit that referenced this issue Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant