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 thread compilation issues on FreeBSD #3989

Merged
merged 1 commit into from Mar 30, 2023

Conversation

neotron
Copy link
Contributor

@neotron neotron commented Mar 29, 2023

  • Use pthread_set_name_np on FreeBSD 12.
  • Implement thread id using pthread_getthreadid_np() on FreeBSD.

Related to: #3857

@neotron neotron force-pushed the bug/freebsd-posix-threads branch 2 times, most recently from 9c4f93b to 647d520 Compare March 29, 2023 17:02
- Use pthread_set_name_np on FreeBSD 12.
- Implement currentOsTidImpl() using thr_self() on FreeBSD.
@aleks-f aleks-f self-assigned this Mar 30, 2023
@aleks-f aleks-f added this to the Release 1.13.0 milestone Mar 30, 2023
@aleks-f aleks-f merged commit 4cc9564 into pocoproject:devel Mar 30, 2023
15 checks passed
aleks-f pushed a commit that referenced this pull request Nov 27, 2023
- Use pthread_set_name_np on FreeBSD 12.
- Implement currentOsTidImpl() using thr_self() on FreeBSD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants