Skip to content

Fix thread compilation issues on FreeBSD#3989

Merged
aleks-f merged 1 commit intopocoproject:develfrom
neotron:bug/freebsd-posix-threads
Mar 30, 2023
Merged

Fix thread compilation issues on FreeBSD#3989
aleks-f merged 1 commit intopocoproject:develfrom
neotron:bug/freebsd-posix-threads

Conversation

@neotron
Copy link
Copy Markdown
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.
@neotron neotron force-pushed the bug/freebsd-posix-threads branch from 647d520 to 5ff8cc0 Compare March 29, 2023 17:16
@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
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.

2 participants