rust3ds / pthread-3ds

PThread implementation for Nintendo 3DS Horizon OS targets. Keep in mind that Horizon OS uses a cooperative, and not preemptive, threading model.
Apache License 2.0
12 stars 7 forks source link

More changes for pthread threading support #10

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

Implements some more pthread functions for https://github.com/Meziu/rust-horizon/pull/10.

Requires https://github.com/Meziu/libc/pull/7.

The first commit I actually forgot to push in the last PR, but the rest of the changes are generally to use more standard interfaces.