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.
Mark Drobnak f93ccc1a95
Fix link errors by using inlining
3 years ago
..
thread Refactor into multiple modules 3 years ago
condvar.rs Refactor into multiple modules 3 years ago
lib.rs Fix link errors by using inlining 3 years ago
misc.rs Refactor into multiple modules 3 years ago
mutex.rs Refactor into multiple modules 3 years ago
rwlock.rs Refactor into multiple modules 3 years ago
thread.rs Fix link errors by using inlining 3 years ago
thread_keys.rs Refactor into multiple modules 3 years ago