]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/i386/htl/pt-machdep.h
hurd: Add hurd thread library
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 Apr 2018 23:43:22 +0000 (01:43 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 1 Apr 2018 23:44:14 +0000 (01:44 +0200)
commit33574c17eefcf326c1cd30eb9f915ad26d3d9ef2
tree2c1b143f2b7a0ceba9fba000b70dd2889d56e60f
parent03e2aa50fd512449025bba8c244d16338d8526a4
hurd: Add hurd thread library

Contributed by

Agustina Arzille <avarzille@riseup.net>
Amos Jeffries <squid3@treenet.co.nz>
David Michael <fedora.dm0@gmail.com>
Marco Gerards <marco@gnu.org>
Marcus Brinkmann <marcus@gnu.org>
Neal H. Walfield <neal@gnu.org>
Pino Toscano <toscano.pino@tiscali.it>
Richard Braun <rbraun@sceen.net>
Roland McGrath <roland@gnu.org>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Thomas DiModica <ricinwich@yahoo.com>
Thomas Schwinge <tschwinge@gnu.org>

* htl: New directory.
* sysdeps/htl: New directory.
* sysdeps/hurd/htl: New directory.
* sysdeps/i386/htl: New directory.
* sysdeps/mach/htl: New directory.
* sysdeps/mach/hurd/htl: New directory.
* sysdeps/mach/hurd/i386/htl: New directory.
* nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency.
* sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply.
* sysdeps/mach/hurd/i386/libpthread.abilist: New file.
250 files changed:
ChangeLog
htl/Makefile [new file with mode: 0644]
htl/Versions [new file with mode: 0644]
htl/alloca_cutoff.c [new file with mode: 0644]
htl/configure [new file with mode: 0644]
htl/configure.in [new file with mode: 0644]
htl/cthreads-compat.c [new file with mode: 0644]
htl/forward.c [new file with mode: 0644]
htl/libc_pthread_init.c [new file with mode: 0644]
htl/libpthread.a [new file with mode: 0644]
htl/libpthread_pic.a [new file with mode: 0644]
htl/lockfile.c [new file with mode: 0644]
htl/pt-alloc.c [new file with mode: 0644]
htl/pt-cancel.c [new file with mode: 0644]
htl/pt-cleanup.c [new file with mode: 0644]
htl/pt-create.c [new file with mode: 0644]
htl/pt-dealloc.c [new file with mode: 0644]
htl/pt-detach.c [new file with mode: 0644]
htl/pt-exit.c [new file with mode: 0644]
htl/pt-getattr.c [new file with mode: 0644]
htl/pt-initialize.c [new file with mode: 0644]
htl/pt-internal.h [new file with mode: 0644]
htl/pt-join.c [new file with mode: 0644]
htl/pt-self.c [new file with mode: 0644]
htl/pt-setcancelstate.c [new file with mode: 0644]
htl/pt-setcanceltype.c [new file with mode: 0644]
htl/pt-sigmask.c [new file with mode: 0644]
htl/pt-spin-inlines.c [new file with mode: 0644]
htl/pt-testcancel.c [new file with mode: 0644]
htl/pt-yield.c [new file with mode: 0644]
htl/shlib-versions [new file with mode: 0644]
htl/tests/Makefile [new file with mode: 0644]
htl/tests/README [new file with mode: 0644]
htl/tests/test-1.c [new file with mode: 0644]
htl/tests/test-10.c [new file with mode: 0644]
htl/tests/test-11.c [new file with mode: 0644]
htl/tests/test-12.c [new file with mode: 0644]
htl/tests/test-13.c [new file with mode: 0644]
htl/tests/test-14.c [new file with mode: 0644]
htl/tests/test-15.c [new file with mode: 0644]
htl/tests/test-16.c [new file with mode: 0644]
htl/tests/test-17.c [new file with mode: 0644]
htl/tests/test-2.c [new file with mode: 0644]
htl/tests/test-3.c [new file with mode: 0644]
htl/tests/test-4.c [new file with mode: 0644]
htl/tests/test-5.c [new file with mode: 0644]
htl/tests/test-6.c [new file with mode: 0644]
htl/tests/test-7.c [new file with mode: 0644]
htl/tests/test-8.c [new file with mode: 0644]
htl/tests/test-9.c [new file with mode: 0644]
htl/tests/test-__pthread_destroy_specific-skip.c [new file with mode: 0644]
nscd/Depend
resolv/Depend
rt/Depend
sysdeps/htl/Implies [new file with mode: 0644]
sysdeps/htl/Makeconfig [new file with mode: 0644]
sysdeps/htl/Makefile [new file with mode: 0644]
sysdeps/htl/Subdirs [new file with mode: 0644]
sysdeps/htl/Versions [new file with mode: 0644]
sysdeps/htl/bits/cancelation.h [new file with mode: 0644]
sysdeps/htl/bits/pthread-np.h [new file with mode: 0644]
sysdeps/htl/bits/pthread.h [new file with mode: 0644]
sysdeps/htl/bits/pthreadtypes.h [new file with mode: 0644]
sysdeps/htl/bits/semaphore.h [new file with mode: 0644]
sysdeps/htl/bits/thread-shared-types.h [new file with mode: 0644]
sysdeps/htl/bits/types/__pthread_key.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_attr.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_barrier.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_barrierattr.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_cond.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_condattr.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_mutex.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_mutexattr.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_once.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_rwlock.h [new file with mode: 0644]
sysdeps/htl/bits/types/struct___pthread_rwlockattr.h [new file with mode: 0644]
sysdeps/htl/flockfile.c [new file with mode: 0644]
sysdeps/htl/fork.h [new file with mode: 0644]
sysdeps/htl/ftrylockfile.c [new file with mode: 0644]
sysdeps/htl/funlockfile.c [new file with mode: 0644]
sysdeps/htl/libc-lockP.h [new file with mode: 0644]
sysdeps/htl/old_pt-atfork.c [new file with mode: 0644]
sysdeps/htl/pt-atfork.c [new file with mode: 0644]
sysdeps/htl/pt-attr-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getdetachstate.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getguardsize.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getinheritsched.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getschedparam.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getschedpolicy.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getscope.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getstack.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getstackaddr.c [new file with mode: 0644]
sysdeps/htl/pt-attr-getstacksize.c [new file with mode: 0644]
sysdeps/htl/pt-attr-init.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setdetachstate.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setguardsize.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setinheritsched.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setschedparam.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setschedpolicy.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setscope.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setstack.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setstackaddr.c [new file with mode: 0644]
sysdeps/htl/pt-attr-setstacksize.c [new file with mode: 0644]
sysdeps/htl/pt-attr.c [new file with mode: 0644]
sysdeps/htl/pt-barrier-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-barrier-init.c [new file with mode: 0644]
sysdeps/htl/pt-barrier-wait.c [new file with mode: 0644]
sysdeps/htl/pt-barrier.c [new file with mode: 0644]
sysdeps/htl/pt-barrierattr-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-barrierattr-getpshared.c [new file with mode: 0644]
sysdeps/htl/pt-barrierattr-init.c [new file with mode: 0644]
sysdeps/htl/pt-barrierattr-setpshared.c [new file with mode: 0644]
sysdeps/htl/pt-cond-brdcast.c [new file with mode: 0644]
sysdeps/htl/pt-cond-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-cond-init.c [new file with mode: 0644]
sysdeps/htl/pt-cond-signal.c [new file with mode: 0644]
sysdeps/htl/pt-cond-timedwait.c [new file with mode: 0644]
sysdeps/htl/pt-cond-wait.c [new file with mode: 0644]
sysdeps/htl/pt-cond.c [new file with mode: 0644]
sysdeps/htl/pt-condattr-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-condattr-getclock.c [new file with mode: 0644]
sysdeps/htl/pt-condattr-getpshared.c [new file with mode: 0644]
sysdeps/htl/pt-condattr-init.c [new file with mode: 0644]
sysdeps/htl/pt-condattr-setclock.c [new file with mode: 0644]
sysdeps/htl/pt-condattr-setpshared.c [new file with mode: 0644]
sysdeps/htl/pt-destroy-specific.c [new file with mode: 0644]
sysdeps/htl/pt-equal.c [new file with mode: 0644]
sysdeps/htl/pt-getconcurrency.c [new file with mode: 0644]
sysdeps/htl/pt-getcpuclockid.c [new file with mode: 0644]
sysdeps/htl/pt-getschedparam.c [new file with mode: 0644]
sysdeps/htl/pt-getspecific.c [new file with mode: 0644]
sysdeps/htl/pt-init-specific.c [new file with mode: 0644]
sysdeps/htl/pt-key-create.c [new file with mode: 0644]
sysdeps/htl/pt-key-delete.c [new file with mode: 0644]
sysdeps/htl/pt-key.h [new file with mode: 0644]
sysdeps/htl/pt-kill.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-getprioceiling.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-init.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-lock.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-setprioceiling.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-timedlock.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-transfer-np.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-trylock.c [new file with mode: 0644]
sysdeps/htl/pt-mutex-unlock.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-getprioceiling.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-getprotocol.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-getpshared.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-gettype.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-init.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-setprioceiling.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-setprotocol.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-setpshared.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr-settype.c [new file with mode: 0644]
sysdeps/htl/pt-mutexattr.c [new file with mode: 0644]
sysdeps/htl/pt-once.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-attr.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-init.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-rdlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-timedrdlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-timedwrlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-tryrdlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-trywrlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-unlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlock-wrlock.c [new file with mode: 0644]
sysdeps/htl/pt-rwlockattr-destroy.c [new file with mode: 0644]
sysdeps/htl/pt-rwlockattr-getpshared.c [new file with mode: 0644]
sysdeps/htl/pt-rwlockattr-init.c [new file with mode: 0644]
sysdeps/htl/pt-rwlockattr-setpshared.c [new file with mode: 0644]
sysdeps/htl/pt-setconcurrency.c [new file with mode: 0644]
sysdeps/htl/pt-setschedparam.c [new file with mode: 0644]
sysdeps/htl/pt-setschedprio.c [new file with mode: 0644]
sysdeps/htl/pt-setspecific.c [new file with mode: 0644]
sysdeps/htl/pt-spin.c [new file with mode: 0644]
sysdeps/htl/pt-startup.c [new file with mode: 0644]
sysdeps/htl/pthread-functions.h [new file with mode: 0644]
sysdeps/htl/pthread.h [new file with mode: 0644]
sysdeps/htl/pthreadP.h [new file with mode: 0644]
sysdeps/htl/raise.c [new file with mode: 0644]
sysdeps/htl/sem-close.c [new file with mode: 0644]
sysdeps/htl/sem-destroy.c [new file with mode: 0644]
sysdeps/htl/sem-getvalue.c [new file with mode: 0644]
sysdeps/htl/sem-init.c [new file with mode: 0644]
sysdeps/htl/sem-open.c [new file with mode: 0644]
sysdeps/htl/sem-post.c [new file with mode: 0644]
sysdeps/htl/sem-timedwait.c [new file with mode: 0644]
sysdeps/htl/sem-trywait.c [new file with mode: 0644]
sysdeps/htl/sem-unlink.c [new file with mode: 0644]
sysdeps/htl/sem-wait.c [new file with mode: 0644]
sysdeps/htl/shm-directory.h [new file with mode: 0644]
sysdeps/htl/timer_routines.h [new file with mode: 0644]
sysdeps/hurd/htl/pt-kill.c [new file with mode: 0644]
sysdeps/i386/htl/bits/pthreadtypes-arch.h [new file with mode: 0644]
sysdeps/i386/htl/machine-sp.h [new file with mode: 0644]
sysdeps/i386/htl/pt-machdep.h [new file with mode: 0644]
sysdeps/mach/htl/Implies [new file with mode: 0644]
sysdeps/mach/htl/bits/spin-lock-inline.h [new file with mode: 0644]
sysdeps/mach/htl/bits/types/__pthread_spinlock_t.h [new file with mode: 0644]
sysdeps/mach/htl/pt-block.c [new file with mode: 0644]
sysdeps/mach/htl/pt-spin.c [new file with mode: 0644]
sysdeps/mach/htl/pt-stack-alloc.c [new file with mode: 0644]
sysdeps/mach/htl/pt-thread-alloc.c [new file with mode: 0644]
sysdeps/mach/htl/pt-thread-start.c [new file with mode: 0644]
sysdeps/mach/htl/pt-thread-terminate.c [new file with mode: 0644]
sysdeps/mach/htl/pt-timedblock.c [new file with mode: 0644]
sysdeps/mach/htl/pt-wakeup.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/Implies [new file with mode: 0644]
sysdeps/mach/hurd/htl/bits/pthread-np.h [new file with mode: 0644]
sysdeps/mach/hurd/htl/bits/types/struct___pthread_mutex.h [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-attr-setstacksize.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-docancel.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-consistent.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-destroy.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-init.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-lock.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-timedlock.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-trylock.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex-unlock.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutex.h [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-destroy.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-getprioceiling.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-getprotocol.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-getpshared.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-gettype.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-init.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-setprioceiling.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-setrobust.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr-settype.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-mutexattr.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-sigstate-destroy.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-sigstate-init.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-sigstate.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-sysdep.c [new file with mode: 0644]
sysdeps/mach/hurd/htl/pt-sysdep.h [new file with mode: 0644]
sysdeps/mach/hurd/i386/Implies
sysdeps/mach/hurd/i386/htl/Implies [new file with mode: 0644]
sysdeps/mach/hurd/i386/htl/pt-machdep.c [new file with mode: 0644]
sysdeps/mach/hurd/i386/htl/pt-setup.c [new file with mode: 0644]
sysdeps/mach/hurd/i386/libpthread.abilist [new file with mode: 0644]