[BACK]Return to pthread_int.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libpthread

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

Diff for /src/lib/libpthread/pthread_int.h between version 1.53 and 1.54

version 1.53, 2007/09/10 11:34:05 version 1.54, 2007/09/11 18:11:29
Line 257  void pthread__membar_producer(void);
Line 257  void pthread__membar_producer(void);
 void    pthread__membar_consumer(void);  void    pthread__membar_consumer(void);
   
 int     pthread__mutex_owned(pthread_t, pthread_mutex_t *);  int     pthread__mutex_owned(pthread_t, pthread_mutex_t *);
   int     pthread__mutex_catchup(pthread_mutex_t *);
   
 #ifndef pthread__smt_pause  #ifndef pthread__smt_pause
 #define pthread__smt_pause()    /* nothing */  #define pthread__smt_pause()    /* nothing */

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb <webmaster@jp.NetBSD.org>