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

@@ -19,11 +19,12 @@
  * CDDL HEADER END
  */
 /*
  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
- * Copyright 2012, Joyent, Inc.  All rights reserved.
+ *
+ * Copyright 2018 Joyent, Inc.
  */
 
 /*
  * wait.c - asynchronous monitoring of "wait registered" start methods
  *

@@ -250,10 +251,12 @@
 
 /*ARGSUSED*/
 void *
 wait_thread(void *args)
 {
+        (void) pthread_setname_np(pthread_self(), "wait");
+
         for (;;) {
                 port_event_t pe;
                 int fd;
                 wait_info_t *wi;