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

@@ -305,10 +305,11 @@
                 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,10 +331,11 @@
                 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,10 +475,11 @@
                 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,10 +1093,11 @@
                 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,10 +1130,11 @@
                 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,10 +1294,11 @@
                 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,10 +2144,12 @@
 
 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,10 +2180,12 @@
 
 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,10 +2416,12 @@
 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