/[hurd]/hurd-l4/libpthread/pthread/pt-internal.h
ViewVC logotype

Diff of /hurd-l4/libpthread/pthread/pt-internal.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Thu Mar 18 02:44:20 2004 UTC revision 1.2 by marcus, Mon Nov 1 17:04:00 2004 UTC
# Line 1  Line 1 
1  /* Internal defenitions for pthreads library.  /* Internal defenitions for pthreads library.
2     Copyright (C) 2000 Free Software Foundation, Inc.     Copyright (C) 2000, 2004 Free Software Foundation, Inc.
3     This file is part of the GNU C Library.     This file is part of the GNU C Library.
4    
5     The GNU C Library is free software; you can redistribute it and/or     The GNU C Library is free software; you can redistribute it and/or
# Line 27  Line 27 
27  #include <signal.h>  #include <signal.h>
28  #include <assert.h>  #include <assert.h>
29  #endif  #endif
30  #include <bits/atomic.h>  #include <atomic.h>
31    
32  #include <pt-key.h>  #include <pt-key.h>
33    
# Line 126  __pthread_dequeue (struct __pthread *thr Line 126  __pthread_dequeue (struct __pthread *thr
126               element = element->next)               element = element->next)
127    
128  /* The total number of threads currently active.  */  /* The total number of threads currently active.  */
129  extern __atomic_t __pthread_total;  extern uatomic_max_t __pthread_total;
130    
131  /* The total number of thread IDs currently in use, or on the list of  /* The total number of thread IDs currently in use, or on the list of
132     available thread IDs.  */     available thread IDs.  */

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26