Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
   1 PLWP_STACK(3PROC)      Process Control Library Functions     PLWP_STACK(3PROC)
   2 
   3 NAME
   4      Plwp_stack, Plwp_alt_stack, Plwp_main_stack, Lstack, Lalt_stack,
   5      Lmain_stack - get thread stack information
   6 
   7 SYNOPSIS
   8      Process Control Library (libproc, -lproc)


   9      #include <libproc.h>
  10 
  11      int
  12      Plwp_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp);
  13 
  14      int
  15      Plwp_alt_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp);
  16 
  17      int
  18      Plwp_main_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp);
  19 
  20      int
  21      Lalt_stack(struct ps_lwphandle *L, stack_t *stkp);
  22 
  23      int
  24      Lmain_stack(struct ps_lwphandle *L, stack_t *stkp);
  25 
  26      int
  27      Lstack(struct ps_lwphandle *L, stack_t *stkp);
  28 


   1 PLWP_STACK(3PROC)      Process Control Library Functions     PLWP_STACK(3PROC)
   2 
   3 NAME
   4      Plwp_stack, Plwp_alt_stack, Plwp_main_stack, Lstack, Lalt_stack,
   5      Lmain_stack - get thread stack information
   6 
   7 LIBRARY
   8      Process Control Library (libproc, -lproc)
   9 
  10 SYNOPSIS
  11      #include <libproc.h>
  12 
  13      int
  14      Plwp_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp);
  15 
  16      int
  17      Plwp_alt_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp);
  18 
  19      int
  20      Plwp_main_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp);
  21 
  22      int
  23      Lalt_stack(struct ps_lwphandle *L, stack_t *stkp);
  24 
  25      int
  26      Lmain_stack(struct ps_lwphandle *L, stack_t *stkp);
  27 
  28      int
  29      Lstack(struct ps_lwphandle *L, stack_t *stkp);
  30