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/Pstack_iter.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pstack_iter.3proc.man.txt
   1    1  PSTACK_ITER(3PROC)     Process Control Library Functions    PSTACK_ITER(3PROC)
   2    2  
   3    3  NAME
   4    4       Pstack_iter - iterate process stack frames
   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       Pstack_iter(struct ps_prochandle *P, const prgregset_t regs,
  12   14           proc_stack_f *func, void *data);
  13   15  
  14   16  DESCRIPTION
  15   17       The Pstack_iter() function iterates over the stack frames in the process
  16   18       P starting at the point defined by regs.
  17   19  
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX