[BACK]Return to pthread_dbg.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.h between version 1.4 and 1.5

version 1.4, 2004/06/02 21:13:43 version 1.5, 2004/06/02 21:18:25
Line 76  typedef struct td_thread_info_st {
Line 76  typedef struct td_thread_info_st {
 #define TD_STATE_BLOCKED        3       /* Blocked in the kernel */  #define TD_STATE_BLOCKED        3       /* Blocked in the kernel */
 #define TD_STATE_SLEEPING       4       /* Blocked on a sync object */  #define TD_STATE_SLEEPING       4       /* Blocked on a sync object */
 #define TD_STATE_ZOMBIE         5  #define TD_STATE_ZOMBIE         5
   #define TD_STATE_SUSPENDED      6       /* Removed from run queues */
   
 #define TD_TYPE_UNKNOWN 0  #define TD_TYPE_UNKNOWN 0
 #define TD_TYPE_USER    1  #define TD_TYPE_USER    1

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>