-rw-r--r-- | libpthread/linuxthreads/.cvsignore | 3 | |
-rw-r--r-- | libpthread/linuxthreads/CVS/Entries | 105 | |
-rw-r--r-- | libpthread/linuxthreads/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/Makefile | 15 | |
-rw-r--r-- | libpthread/linuxthreads/Makefile.in | 124 | |
-rw-r--r-- | libpthread/linuxthreads/alloca_cutoff.c | 36 | |
-rw-r--r-- | libpthread/linuxthreads/attr.c | 467 | |
-rw-r--r-- | libpthread/linuxthreads/barrier.c | 128 | |
-rw-r--r-- | libpthread/linuxthreads/cancel.c | 238 | |
-rw-r--r-- | libpthread/linuxthreads/condvar.c | 304 | |
-rw-r--r-- | libpthread/linuxthreads/descr.h | 270 | |
-rw-r--r-- | libpthread/linuxthreads/errno.c | 46 | |
-rw-r--r-- | libpthread/linuxthreads/events.c | 37 | |
-rw-r--r-- | libpthread/linuxthreads/forward.c | 141 | |
-rw-r--r-- | libpthread/linuxthreads/internals.h | 551 | |
-rw-r--r-- | libpthread/linuxthreads/join.c | 220 | |
-rw-r--r-- | libpthread/linuxthreads/libc-cancellation.c | 64 | |
-rw-r--r-- | libpthread/linuxthreads/libc_pthread_init.c | 47 | |
-rw-r--r-- | libpthread/linuxthreads/lockfile.c | 52 | |
-rw-r--r-- | libpthread/linuxthreads/manager.c | 1123 | |
-rw-r--r-- | libpthread/linuxthreads/mutex.c | 362 | |
-rw-r--r-- | libpthread/linuxthreads/pt-machine.c | 25 | |
-rw-r--r-- | libpthread/linuxthreads/ptcleanup.c | 75 | |
-rw-r--r-- | libpthread/linuxthreads/ptclock_gettime.c | 69 | |
-rw-r--r-- | libpthread/linuxthreads/ptclock_settime.c | 55 | |
-rw-r--r-- | libpthread/linuxthreads/ptfork.c | 93 | |
-rw-r--r-- | libpthread/linuxthreads/pthandles.c | 5 | |
-rw-r--r-- | libpthread/linuxthreads/pthread.c | 1379 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_atfork.c | 57 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setegid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_seteuid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setgid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setregid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setresgid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setresuid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setreuid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/pthread_setuid.c | 27 | |
-rw-r--r-- | libpthread/linuxthreads/queue.h | 61 | |
-rw-r--r-- | libpthread/linuxthreads/restart.h | 49 | |
-rw-r--r-- | libpthread/linuxthreads/rwlock.c | 658 | |
-rw-r--r-- | libpthread/linuxthreads/semaphore.c | 298 | |
-rw-r--r-- | libpthread/linuxthreads/semaphore.h | 87 | |
-rw-r--r-- | libpthread/linuxthreads/sighandler.c | 71 | |
-rw-r--r-- | libpthread/linuxthreads/signals.c | 215 | |
-rw-r--r-- | libpthread/linuxthreads/specific.c | 241 | |
-rw-r--r-- | libpthread/linuxthreads/spinlock.c | 720 | |
-rw-r--r-- | libpthread/linuxthreads/spinlock.h | 218 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/CVS/Entries | 14 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/CVS/Entries | 4 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/CVS/Entries.Log | 2 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/elf/CVS/Entries | 2 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/elf/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/elf/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/elf/pt-initfini.c | 90 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/pspinlock.c | 110 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/pt-machine.h | 128 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/alpha/tls.h | 134 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/arm/CVS/Entries | 4 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/arm/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/arm/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/arm/pspinlock.c | 82 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/arm/pt-machine.h | 55 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/arm/tls.h | 172 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/cris/CVS/Entries | 3 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/cris/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/cris/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/cris/pspinlock.c | 72 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/cris/pt-machine.h | 58 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/hppa/CVS/Entries | 3 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/hppa/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/hppa/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/hppa/pspinlock.c | 81 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/hppa/pt-machine.h | 62 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/CVS/Entries | 8 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i586/CVS/Entries | 2 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i586/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i586/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i686/CVS/Entries | 3 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i686/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i686/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h | 79 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/pspinlock.c | 103 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/pt-machine.h | 115 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym | 7 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/tls.h | 229 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/useldt.h | 314 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/CVS/Entries | 7 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/pspinlock.c | 79 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/pt-machine.h | 133 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym | 9 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/ia64/tls.h | 145 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/m68k/CVS/Entries | 3 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/m68k/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/m68k/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/m68k/pspinlock.c | 82 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/m68k/pt-machine.h | 69 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/CVS/Entries | 4 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/pspinlock.c | 98 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/pt-machine.h | 92 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/mips/tls.h | 170 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/CVS/Entries | 5 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/CVS/Entries.Log | 2 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc32/CVS/Entries | 3 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc32/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc32/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc32/pspinlock.c | 70 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc32/pt-machine.h | 120 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc64/CVS/Entries | 3 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc64/CVS/Repository | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc64/CVS/Root | 1 | |
-rw-r--r-- | libpthread/linuxthreads/sysdeps/powerpc/powerpc64/pspinlock.c | 70 | |
-rw-r--r-- | libpthread/linuxthr |