The following syscalls all need to have man pages: thr_create thr_exit thr_self thr_kill thr_suspend thr_wake thr_new thr_set_name rtprio_thread thr_kill2
State Changed From-To: open->suspended Since these type of questions are actually requests and no patches are added, suspend this request till someone writes up the manual pages for them.
I think the thr_* syscalls are only meant as an internal interface for libthr/libpthread. Applications should use the pthread API. Hence it seems fairly unimportant to me to have man pages for the the_* syscalls. -- Jilles Tjoelker
^Triage: PR was abandoned years ago. Our apologies.