[BACK]Return to sync.h CVS log [TXT][DIR] Up to [local] / prex-old / sys / include

Diff for /prex-old/sys/include/sync.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:45 version 1.1.1.1.2.1, 2008/08/13 17:12:31
Line 47 
Line 47 
         struct list     link;           /* linkage on locked mutex list */          struct list     link;           /* linkage on locked mutex list */
         thread_t        owner;          /* owner thread locking this mutex */          thread_t        owner;          /* owner thread locking this mutex */
         int             prio;           /* highest prio in waiting threads */          int             prio;           /* highest prio in waiting threads */
         int             lock_count;     /* counter for recursive lock */          int             locks;          /* counter for recursive lock */
 };  };
   
 struct cond {  struct cond {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb