Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

*** 305,314 **** --- 305,315 ---- pthread_atfork.3c \ pthread_attr_get_np.3c \ pthread_attr_getdetachstate.3c \ pthread_attr_getguardsize.3c \ pthread_attr_getinheritsched.3c \ + pthread_attr_getname_np.3c \ pthread_attr_getschedparam.3c \ pthread_attr_getschedpolicy.3c \ pthread_attr_getscope.3c \ pthread_attr_getstack.3c \ pthread_attr_getstackaddr.3c \
*** 330,339 **** --- 331,341 ---- pthread_create.3c \ pthread_detach.3c \ pthread_equal.3c \ pthread_exit.3c \ pthread_getconcurrency.3c \ + pthread_getname_np.3c \ pthread_getschedparam.3c \ pthread_getspecific.3c \ pthread_join.3c \ pthread_key_create.3c \ pthread_key_delete.3c \
*** 473,482 **** --- 475,485 ---- tell.3c \ telldir.3c \ termios.3c \ thr_create.3c \ thr_exit.3c \ + thr_getname.3c \ thr_getconcurrency.3c \ thr_getprio.3c \ thr_join.3c \ thr_keycreate.3c \ thr_kill.3c \
*** 1090,1099 **** --- 1093,1103 ---- psiginfo.3c \ pthread_attr_destroy.3c \ pthread_attr_setdetachstate.3c \ pthread_attr_setguardsize.3c \ pthread_attr_setinheritsched.3c \ + pthread_attr_setname_np.3c \ pthread_attr_setschedparam.3c \ pthread_attr_setschedpolicy.3c \ pthread_attr_setscope.3c \ pthread_attr_setstack.3c \ pthread_attr_setstackaddr.3c \
*** 1126,1135 **** --- 1130,1140 ---- pthread_rwlock_tryrdlock.3c \ pthread_rwlock_trywrlock.3c \ pthread_rwlockattr_destroy.3c \ pthread_rwlockattr_setpshared.3c \ pthread_setconcurrency.3c \ + pthread_setname_np.3c \ pthread_setschedparam.3c \ pthread_setspecific.3c \ pthread_spin_init.3c \ pthread_spin_trylock.3c \ putc.3c \
*** 1289,1298 **** --- 1294,1304 ---- textdomain.3c \ tfind.3c \ thr_continue.3c \ thr_getspecific.3c \ thr_keycreate_once.3c \ + thr_setname.3c \ thr_setconcurrency.3c \ thr_setprio.3c \ thr_setspecific.3c \ thrd_sleep.3c \ timegm.3c \
*** 2138,2147 **** --- 2144,2155 ---- pthread_attr_setguardsize.3c := LINKSRC = pthread_attr_getguardsize.3c pthread_attr_setinheritsched.3c := LINKSRC = pthread_attr_getinheritsched.3c + pthread_attr_setname_np.3c := LINKSRC = pthread_attr_getname_np.3c + pthread_attr_setschedparam.3c := LINKSRC = pthread_attr_getschedparam.3c pthread_attr_setschedpolicy.3c := LINKSRC = pthread_attr_getschedpolicy.3c pthread_attr_setscope.3c := LINKSRC = pthread_attr_getscope.3c
*** 2172,2181 **** --- 2180,2191 ---- pthread_condattr_destroy.3c := LINKSRC = pthread_condattr_init.3c pthread_setconcurrency.3c := LINKSRC = pthread_getconcurrency.3c + pthread_setname_np.3c := LINKSRC = pthread_getname_np.3c + pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c pthread_setspecific.3c := LINKSRC = pthread_getspecific.3c pthread_key_create_once_np.3c := LINKSRC = pthread_key_create.3c
*** 2406,2415 **** --- 2416,2427 ---- thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c thr_setspecific.3c := LINKSRC = thr_keycreate.3c thr_continue.3c := LINKSRC = thr_suspend.3c + thr_setname.3c := LINKSRC = thr_getname.3c + timegm.3c := LINKSRC = mktime.3c timer_getoverrun.3c := LINKSRC = timer_settime.3c timer_gettime.3c := LINKSRC = timer_settime.3c