You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hpx::util::set_thread_name is currently implemented on Windows only. We should implement the same (or similar functionality) on POSIX systems. See https://stackoverflow.com/a/7989973/269943 for details.
The text was updated successfully, but these errors were encountered:
6272: set thread name for linux r=hkaiser a=Johan511
Fixes#6252
## Proposed Changes
set_thread_name for better debugging
## Any background context you want to provide?
## Checklist
Not all points below apply to all pull requests.
- [ ] I have added a new feature and have added tests to go along with it.
- [ ] I have fixed a bug and have added a regression test.
- [ ] I have added a test using random numbers; I have made sure it uses a seed, and that random numbers generated are valid inputs for the tests.
Co-authored-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
Co-authored-by: Hari Hara Naveen S <johan511@medusa00.rostam.cct.lsu.edu>
hpx::util::set_thread_name
is currently implemented on Windows only. We should implement the same (or similar functionality) on POSIX systems. See https://stackoverflow.com/a/7989973/269943 for details.The text was updated successfully, but these errors were encountered: