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

Add stub pthread_sigmask implementation #8

Closed ian-h-chamberlain closed 2 years ago

ian-h-chamberlain commented 2 years ago

Based on discussion at https://github.com/Meziu/ctru-rs/pull/41#discussion_r799100249

Does nothing but return an error for now.