-rw-r--r-- | libpthread/nptl/.gitignore | 17 | |
-rw-r--r-- | libpthread/nptl/ChangeLog | 7267 | |
-rw-r--r-- | libpthread/nptl/Makefile | 13 | |
-rw-r--r-- | libpthread/nptl/Makefile.in | 333 | |
-rw-r--r-- | libpthread/nptl/README.NPTL | 307 | |
-rw-r--r-- | libpthread/nptl/alloca_cutoff.c | 36 | |
-rw-r--r-- | libpthread/nptl/allocatestack.c | 925 | |
-rw-r--r-- | libpthread/nptl/banner.h | 1 | |
-rw-r--r-- | libpthread/nptl/cancellation.c | 90 | |
-rw-r--r-- | libpthread/nptl/cleanup.c | 49 | |
-rw-r--r-- | libpthread/nptl/cleanup_compat.c | 55 | |
-rw-r--r-- | libpthread/nptl/cleanup_defer.c | 92 | |
-rw-r--r-- | libpthread/nptl/cleanup_defer_compat.c | 98 | |
-rw-r--r-- | libpthread/nptl/cleanup_routine.c | 28 | |
-rw-r--r-- | libpthread/nptl/descr.h | 271 | |
-rw-r--r-- | libpthread/nptl/eintr.c | 89 | |
-rw-r--r-- | libpthread/nptl/events.c | 34 | |
-rw-r--r-- | libpthread/nptl/forward.c | 172 | |
-rw-r--r-- | libpthread/nptl/herrno.c | 35 | |
-rw-r--r-- | libpthread/nptl/init.c | 329 | |
-rw-r--r-- | libpthread/nptl/libc-cancellation.c | 116 | |
-rw-r--r-- | libpthread/nptl/linux_fsinfo.h | 153 | |
-rw-r--r-- | libpthread/nptl/pt-cleanup.c | 63 | |
-rw-r--r-- | libpthread/nptl/pt-system.c | 36 | |
-rw-r--r-- | libpthread/nptl/pthread-errnos.sym | 12 | |
-rw-r--r-- | libpthread/nptl/pthreadP.h | 466 | |
-rw-r--r-- | libpthread/nptl/pthread_atfork.c | 55 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_destroy.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getdetachstate.c | 39 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getguardsize.c | 37 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getinheritsched.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getschedparam.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getschedpolicy.c | 39 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getscope.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getstack.c | 41 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getstackaddr.c | 45 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_getstacksize.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_init.c | 50 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setdetachstate.c | 48 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setguardsize.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setinheritsched.c | 47 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setschedparam.c | 42 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setschedpolicy.c | 47 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setscope.c | 51 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setstack.c | 56 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setstackaddr.c | 47 | |
-rw-r--r-- | libpthread/nptl/pthread_attr_setstacksize.c | 49 | |
-rw-r--r-- | libpthread/nptl/pthread_barrier_destroy.c | 44 | |
-rw-r--r-- | libpthread/nptl/pthread_barrier_init.c | 57 | |
-rw-r--r-- | libpthread/nptl/pthread_barrierattr_destroy.c | 30 | |
-rw-r--r-- | libpthread/nptl/pthread_barrierattr_getpshared.c | 31 | |
-rw-r--r-- | libpthread/nptl/pthread_barrierattr_init.c | 30 | |
-rw-r--r-- | libpthread/nptl/pthread_barrierattr_setpshared.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_cancel.c | 104 | |
-rw-r--r-- | libpthread/nptl/pthread_clock_gettime.c | 69 | |
-rw-r--r-- | libpthread/nptl/pthread_clock_settime.c | 56 | |
-rw-r--r-- | libpthread/nptl/pthread_cond_destroy.c | 59 | |
-rw-r--r-- | libpthread/nptl/pthread_cond_init.c | 44 | |
-rw-r--r-- | libpthread/nptl/pthread_condattr_destroy.c | 30 | |
-rw-r--r-- | libpthread/nptl/pthread_condattr_getclock.c | 31 | |
-rw-r--r-- | libpthread/nptl/pthread_condattr_getpshared.c | 31 | |
-rw-r--r-- | libpthread/nptl/pthread_condattr_init.c | 32 | |
-rw-r--r-- | libpthread/nptl/pthread_condattr_setclock.c | 72 | |
-rw-r--r-- | libpthread/nptl/pthread_condattr_setpshared.c | 37 | |
-rw-r--r-- | libpthread/nptl/pthread_create.c | 484 | |
-rw-r--r-- | libpthread/nptl/pthread_detach.c | 57 | |
-rw-r--r-- | libpthread/nptl/pthread_equal.c | 30 | |
-rw-r--r-- | libpthread/nptl/pthread_exit.c | 32 | |
-rw-r--r-- | libpthread/nptl/pthread_getattr_np.c | 177 | |
-rw-r--r-- | libpthread/nptl/pthread_getconcurrency.c | 27 | |
-rw-r--r-- | libpthread/nptl/pthread_getschedparam.c | 81 | |
-rw-r--r-- | libpthread/nptl/pthread_getspecific.c | 69 | |
-rw-r--r-- | libpthread/nptl/pthread_join.c | 108 | |
-rw-r--r-- | libpthread/nptl/pthread_key_create.c | 63 | |
-rw-r--r-- | libpthread/nptl/pthread_key_delete.c | 43 | |
-rw-r--r-- | libpthread/nptl/pthread_kill_other_threads.c | 32 | |
-rw-r--r-- | libpthread/nptl/pthread_mutex_destroy.c | 33 | |
-rw-r--r-- | libpthread/nptl/pthread_mutex_init.c | 57 | |
-rw-r--r-- | libpthread/nptl/pthread_mutex_lock.c | 119 | |
-rw-r--r-- | libpthread/nptl/pthread_mutex_timedlock.c | 118 | |
-rw-r--r-- | libpthread/nptl/pthread_mutex_trylock.c | 77 | |
-rw-r--r-- | libpthread/nptl/pthread_mutex_unlock.c | 78 | |
-rw-r--r-- | libpthread/nptl/pthread_mutexattr_destroy.c | 29 | |
-rw-r--r-- | libpthread/nptl/pthread_mutexattr_getpshared.c | 38 | |
-rw-r--r-- | libpthread/nptl/pthread_mutexattr_gettype.c | 38 | |
-rw-r--r-- | libpthread/nptl/pthread_mutexattr_init.c | 38 | |
-rw-r--r-- | libpthread/nptl/pthread_mutexattr_setpshared.c | 45 | |
-rw-r--r-- | libpthread/nptl/pthread_mutexattr_settype.c | 43 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlock_destroy.c | 30 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlock_init.c | 51 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlock_tryrdlock.c | 50 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlock_trywrlock.c | 43 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlockattr_destroy.c | 30 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlockattr_getkind_np.c | 31 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlockattr_getpshared.c | 31 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlockattr_init.c | 35 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlockattr_setkind_np.c | 41 | |
-rw-r--r-- | libpthread/nptl/pthread_rwlockattr_setpshared.c | 40 | |
-rw-r--r-- | libpthread/nptl/pthread_self.c | 29 | |
-rw-r--r-- | libpthread/nptl/pthread_setcancelstate.c | 73 | |
-rw-r--r-- | libpthread/nptl/pthread_setcanceltype.c | 76 | |
-rw-r--r-- | libpthread/nptl/pthread_setconcurrency.c | 41 | |
-rw-r--r-- | libpthread/nptl/pthread_setegid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_seteuid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_setgid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_setregid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_setresgid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_setresuid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_setreuid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_setschedparam.c | 67 | |
-rw-r--r-- | libpthread/nptl/pthread_setschedprio.c | 66 | |
-rw-r--r-- | libpthread/nptl/pthread_setspecific.c | 96 | |
-rw-r--r-- | libpthread/nptl/pthread_setuid.c | 3 | |
-rw-r--r-- | libpthread/nptl/pthread_testcancel.c | 28 | |
-rw-r--r-- | libpthread/nptl/pthread_timedjoin.c | 107 | |
-rw-r--r-- | libpthread/nptl/pthread_tryjoin.c | 75 | |
-rw-r--r-- | libpthread/nptl/res.c | 28 | |
-rw-r--r-- | libpthread/nptl/sem_close.c | 81 | |
-rw-r--r-- | libpthread/nptl/sem_destroy.c | 33 | |
-rw-r--r-- | libpthread/nptl/sem_getvalue.c | 37 | |
-rw-r--r-- | libpthread/nptl/sem_init.c | 50 | |
-rw-r--r-- | libpthread/nptl/sem_open.c | 418 | |
-rw-r--r-- | libpthread/nptl/sem_unlink.c | 67 | |
-rw-r--r-- | libpthread/nptl/semaphore.h | 79 | |
-rw-r--r-- | libpthread/nptl/semaphoreP.h | 67 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/Makefile | 21 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/dl-tls.h | 29 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c | 89 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h | 31 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/libc-tls.c | 37 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S | 45 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S | 46 | |
-rw-r--r-- | libpthread/nptl/sysdeps/alpha/pthreaddef.h | 38 |