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

Usage of C++ builtins threads #73

Open
1 task
marenz2569 opened this issue Oct 18, 2024 · 0 comments
Open
1 task

Usage of C++ builtins threads #73

marenz2569 opened this issue Oct 18, 2024 · 0 comments
Labels
backlog technical debt Backlog of things that should be improved in the code-base

Comments

@marenz2569
Copy link
Collaborator

Currently we still depend on pthread in some parts of the program. These ones are only available in the linux build. Mainly optimization and measurement. We should switch to only using std::thread.

DoD

  • No references to pthread_* call except for using pthread_setname_np to give threads a name in linux.
@marenz2569 marenz2569 added the backlog technical debt Backlog of things that should be improved in the code-base label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog technical debt Backlog of things that should be improved in the code-base
Projects
None yet
Development

No branches or pull requests

1 participant