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

feat(pthread): new pthread interface #225

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

handong32
Copy link
Contributor

Experimental interface to use pthread_create and pthread_join with SpawnRemote and waiting on a vector of Futures.

@handong32 handong32 changed the title feat(src/native/pthread.cc): new pthread interface feat(pthread): new pthread interface Nov 20, 2017
Added experimental pthread_create and pthread_join interfaces
that run on top of SpawnRemote and waits on Future for
each thread to do the join.
@jimcadden jimcadden removed their assignment Aug 17, 2022
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