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

gc: fix missing pthread registration causing unknown thread error #719

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

aofei
Copy link
Member

@aofei aofei commented Aug 15, 2024

  • Use GC_pthread_create instead of pthread_create when GC is enabled.

Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.61%. Comparing base (4501519) to head (8e66091).
Report is 12 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #719   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files          19       19           
  Lines        4656     4656           
=======================================
  Hits         4545     4545           
  Misses         94       94           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Use `GC_pthread_create` instead of `pthread_create` when GC is
  enabled.
@xushiwei xushiwei merged commit 03f0a42 into goplus:main Aug 15, 2024
6 checks passed
@aofei aofei deleted the bdwgc branch August 15, 2024 12:37
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