Skip to content

Add back threading support and implement extensions#9

Merged
Meziu merged 3 commits intomasterfrom
feature/pthread-threads
Feb 10, 2022
Merged

Add back threading support and implement extensions#9
Meziu merged 3 commits intomasterfrom
feature/pthread-threads

Conversation

@AzureMarker
Copy link
Copy Markdown
Member

Implemented the extensions from Meziu/libc#5 needed for std.

Also improved pthread_create in a few ways.

Had to fix a few compile errors since we switched to using ctru_sys
directly. This is also just the basic support that was there before.
More work needs to be done to support std.
pthread_create wasn't actually calling the entrypoint it was given,
which was incorrect. It also didn't handle errors.
@Meziu Meziu merged commit b3498da into master Feb 10, 2022
@AzureMarker AzureMarker deleted the feature/pthread-threads branch February 11, 2022 01:48
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