PThread implementation for Nintendo 3DS Horizon OS targets. Keep in mind that Horizon OS uses a cooperative, and not preemptive, threading model.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xenua 6e02c67a9f
fork: update refs
2 weeks ago
src init function removal 1 year ago
.gitignore Working state 3 years ago
Cargo.toml fork: update refs 2 weeks ago
LICENSE-APACHE Add new files 1 year ago
LICENSE-MIT Add new files 1 year ago
README.md Add new files 1 year ago

README.md

pthread-3ds

Thin wrapper of the pthread API for the Nintendo 3DS.

Warning

This library is not meant to be used standalone. Its purpose is only to implement the missing definitions for the Rust std.

License

This project is distributed under the MIT license or the Apache-2.0 license.