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.
Ian Chamberlain dfa03fb324
Fix clippy lints / rustc warnings
3 years ago
..
thread Refactor into multiple modules 3 years ago
condvar.rs Add pthread_condattr functions 3 years ago
lib.rs Fix clippy lints / rustc warnings 3 years ago
misc.rs Add pthread_atfork 3 years ago
mutex.rs Refactor into multiple modules 3 years ago
rwlock.rs Refactor into multiple modules 3 years ago
thread.rs Fix clippy lints / rustc warnings 3 years ago
thread_keys.rs Refactor into multiple modules 3 years ago