[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.6 and 1.7

version 1.6, 2011/10/02 18:18:14 version 1.7, 2016/10/22 18:04:40
Line 35 
Line 35 
  * POSSIBILITY OF SUCH DAMAGE.   * POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #ifndef _LIB_PTHREAD_DBG_H
   #define _LIB_PTHREAD_DBG_H
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
   
   __BEGIN_DECLS
   
 struct td_proc_st;  struct td_proc_st;
 struct td_thread_st;  struct td_thread_st;
 struct td_sync_st;  struct td_sync_st;
Line 188  int td_thr_suspend(td_thread_t *);
Line 193  int td_thr_suspend(td_thread_t *);
   
 /* Restore a suspended thread to its previous state */  /* Restore a suspended thread to its previous state */
 int td_thr_resume(td_thread_t *);  int td_thr_resume(td_thread_t *);
   
   __END_DECLS
   
   #endif /* _LIB_PTHREAD_DBG_H */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>