Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
   1 PMAPPING_ITER(3PROC)   Process Control Library Functions  PMAPPING_ITER(3PROC)
   2 
   3 NAME
   4      Pmapping_iter, Pmapping_iter_resolved, Pobject_iter,
   5      Pobject_iter_resolved - iterate over process mappings and objects
   6 
   7 SYNOPSIS
   8      Process Control Library (libproc, -lproc)


   9      #include <libproc.h>
  10 
  11      int
  12      Pmapping_iter(struct ps_prochandle *P, proc_map_f *func, void *data);
  13 
  14      int
  15      Pmapping_iter_resolved(struct ps_prochandle *P, proc_map_f *func,
  16          void *data);
  17 
  18      int
  19      Pobject_iter(struct ps_prochandle *P, proc_map_f *func, void *data);
  20 
  21      int
  22      Pobject_iter_resolved(struct ps_prochandle *P, proc_map_f *func,
  23          void *data);
  24 
  25 DESCRIPTION
  26      The Pmapping_iter() and Pmapping_iter_resolved() functions iterate over
  27      the memory mappings in the process represented by P.
  28 


   1 PMAPPING_ITER(3PROC)   Process Control Library Functions  PMAPPING_ITER(3PROC)
   2 
   3 NAME
   4      Pmapping_iter, Pmapping_iter_resolved, Pobject_iter,
   5      Pobject_iter_resolved - iterate over process mappings and objects
   6 
   7 LIBRARY
   8      Process Control Library (libproc, -lproc)
   9 
  10 SYNOPSIS
  11      #include <libproc.h>
  12 
  13      int
  14      Pmapping_iter(struct ps_prochandle *P, proc_map_f *func, void *data);
  15 
  16      int
  17      Pmapping_iter_resolved(struct ps_prochandle *P, proc_map_f *func,
  18          void *data);
  19 
  20      int
  21      Pobject_iter(struct ps_prochandle *P, proc_map_f *func, void *data);
  22 
  23      int
  24      Pobject_iter_resolved(struct ps_prochandle *P, proc_map_f *func,
  25          void *data);
  26 
  27 DESCRIPTION
  28      The Pmapping_iter() and Pmapping_iter_resolved() functions iterate over
  29      the memory mappings in the process represented by P.
  30