Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
   1 PSTOPSTATUS(3PROC)     Process Control Library Functions    PSTOPSTATUS(3PROC)
   2 
   3 NAME
   4      Pdstop, Pstopstatus, Pstop, Pwait, Ldstop, Lstop, Lwait - process and
   5      thread stop operations
   6 
   7 SYNOPSIS
   8      Process Control Library (libproc, -lproc)


   9      #include <libproc.h>
  10 
  11      int
  12      Pdstop(struct ps_prochandle *P);
  13 
  14      int
  15      Pstopstatus(struct ps_prochandle *P, long request, uint_t msec);
  16 
  17      int
  18      Pstop(struct ps_prochandle *P);
  19 
  20      int
  21      Pwait(struct ps_prochandle *P);
  22 
  23      int
  24      Ldstop(struct ps_lwphandle *L);
  25 
  26      int
  27      Lstop(struct ps_lwphandle *L);
  28 


   1 PSTOPSTATUS(3PROC)     Process Control Library Functions    PSTOPSTATUS(3PROC)
   2 
   3 NAME
   4      Pdstop, Pstopstatus, Pstop, Pwait, Ldstop, Lstop, Lwait - process and
   5      thread stop operations
   6 
   7 LIBRARY
   8      Process Control Library (libproc, -lproc)
   9 
  10 SYNOPSIS
  11      #include <libproc.h>
  12 
  13      int
  14      Pdstop(struct ps_prochandle *P);
  15 
  16      int
  17      Pstopstatus(struct ps_prochandle *P, long request, uint_t msec);
  18 
  19      int
  20      Pstop(struct ps_prochandle *P);
  21 
  22      int
  23      Pwait(struct ps_prochandle *P);
  24 
  25      int
  26      Ldstop(struct ps_lwphandle *L);
  27 
  28      int
  29      Lstop(struct ps_lwphandle *L);
  30