sunfishcode / c-ward

An implementation of libc written in Rust
Other
187 stars 11 forks source link

Fix `pthread_setname_np`/`pthread_getname_np` on non-current threads. #91

Closed sunfishcode closed 8 months ago

sunfishcode commented 8 months ago

The prctl facility only works for the current thread. For setting the name of other threads, use /proc.