[BACK]Return to pthread_dbg_int.h 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/pthread_dbg_int.h between version 1.2 and 1.3

version 1.2, 2003/01/18 10:34:23 version 1.3, 2004/02/02 20:08:27
Line 6  struct td_proc_st {
Line 6  struct td_proc_st {
         struct td_proc_callbacks_t *cb;          struct td_proc_callbacks_t *cb;
         void *arg;          void *arg;
   
         caddr_t allqueue;          caddr_t dbgaddr;
           caddr_t allqaddr;
           caddr_t maxlwpsaddr;
           caddr_t tsdallocaddr;
           caddr_t tsddestaddr;
   
           caddr_t stacksizeaddr;
           int stacksizelg;
           size_t stacksize;
           vaddr_t stackmask;
   
         struct thread_queue_t threads;          struct thread_queue_t threads;
         struct sync_queue_t syncs;          struct sync_queue_t syncs;
 };  };

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

CVSweb <webmaster@jp.NetBSD.org>