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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/Plwp_getpsinfo.3proc.man.txt
          +++ new/usr/src/man/man3proc/Plwp_getpsinfo.3proc.man.txt
   1    1  PLWP_GETPSINFO(3PROC)  Process Control Library Functions PLWP_GETPSINFO(3PROC)
   2    2  
   3    3  NAME
   4    4       Plwp_getpsinfo - get thread specific ps information
   5    5  
   6      -SYNOPSIS
        6 +LIBRARY
   7    7       Process Control Library (libproc, -lproc)
        8 +
        9 +SYNOPSIS
   8   10       #include <libproc.h>
   9   11  
  10   12       int
  11   13       Plwp_getpsinfo(struct ps_prochandle *P, lwpid_t lwpid, lwpsinfo_t *lps);
  12   14  
  13   15  DESCRIPTION
  14   16       The Plwp_getpsinfo() function looks up the thread-specific ps(1)
  15   17       information for the thread specified by lwpid in the process handle P.
  16   18       The caller should provide a pointer to an lwpsinfo_t, lps, whose
  17   19       definition can be found in proc(4).  lps will be filled in with
↓ open down ↓ 37 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX