[BACK]Return to td_thr_iter.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libpthread_dbg

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libpthread_dbg/Attic/td_thr_iter.3 between version 1.1 and 1.2

version 1.1, 2016/11/22 00:07:40 version 1.2, 2016/11/24 12:18:02
Line 29 
Line 29 
 .Os  .Os
 .Sh NAME  .Sh NAME
 .Nm td_thr_iter  .Nm td_thr_iter
 .Nd iterate over the threads in the process  .Nd iterate over the threads in a process
 .Sh LIBRARY  .Sh LIBRARY
 .Lb libpthread_dbg  .Lb libpthread_dbg
 .Sh SYNOPSIS  .Sh SYNOPSIS
Line 41  The
Line 41  The
 .Fn td_thr_iter  .Fn td_thr_iter
 function iterates over all threads in the  function iterates over all threads in the
 .Fa proc  .Fa proc
 process and calls  process and calls the
 .Fa call  .Fa call
 function for each of them  function for each of them with the
 with  
 .Fa callarg  .Fa callarg
 argument.  argument.
 .Sh RETURN VALUES  .Sh RETURN VALUES
Line 63  The
Line 62  The
 function first appeared in  function first appeared in
 .Nx 2.0 .  .Nx 2.0 .
 .Sh AUTHORS  .Sh AUTHORS
   .An -nosplit
 .An Nathan J. Williams Aq Mt nathanw@NetBSD.org  .An Nathan J. Williams Aq Mt nathanw@NetBSD.org
 .Pp  .Pp
 This manual page was written by  This manual page was written by

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>