glibc/sysdeps/htl
Samuel Thibault 28cada0418 htl: Add clock variants
* htl/pt-join.c (__pthread_join): Move implementation to...
(__pthread_join_common): ... new function. Add try, timed and clock support.
(__pthread_join): Reimplement on top of __pthread_join_common.
(__pthread_tryjoin_np, __pthread_timedjoin_np, __pthread_clockjoin_np):
Implement on top of __pthread_join_common.
(pthread_tryjoin_np, pthread_timedjoin_np, pthread_clockjoin_np): New
aliases.

* hurd/hurdlock.c (__lll_abstimed_wait, __lll_abstimed_xwait,
__lll_abstimed_lock): Check for supported clock.

* sysdeps/htl/pt-cond-timedwait.c (__pthread_cond_timedwait_internal):
Add clockid parameter and support it.
(__pthread_cond_timedwait): Pass -1 as clockid.
(__pthread_cond_clockwait): New function.
(pthread_cond_clockwait): New alias.
* sysdeps/htl/pt-cond-wait.c (__pthread_cond_timedwait_internal): Update
prototype.
(__pthread_cond_wait): Pass -1 as clockid.

* sysdeps/htl/pt-rwlock-timedrdlock.c
(__pthread_rwlock_timedrdlock_internal): Add clockid parameter, and
support id.
(__pthread_rwlock_clockrdlock): New function.
(pthread_rwlock_clockrdlock): New alias.
* sysdeps/htl/pt-rwlock-rdlock.c (__pthread_rwlock_timedrdlock_internal): Update
prototype.
(__pthread_rwlock_rdlock): Pass -1 as clockid.

* sysdeps/htl/pt-rwlock-timedwrlock.c
(__pthread_rwlock_timedwrlock_internal): Add clockid parameter, and
support id.
(__pthread_rwlock_clockwrlock): New function.
(pthread_rwlock_clockwrlock): New alias.
* sysdeps/htl/pt-rwlock-wrlock.c (__pthread_rwlock_timedwrlock_internal): Update
prototype.
(__pthread_rwlock_wrlock): Pass -1 as clockid.

* sysdeps/mach/hurd/htl/pt-mutex-timedlock.c (__pthread_mutex_timedlock): Move implementation to
(__pthread_mutex_clocklock): New function with additional clockid
parameter and support it.
(pthread_mutex_clocklock): New alias.
(__pthread_mutex_timedlock): Reimplement on top of __pthread_mutex_clocklock.

* sysdeps/htl/pthread.h (pthread_tryjoin_np, pthread_timedjoin_np,
pthread_clockjoin_np, pthread_mutex_clocklock, pthread_cond_clockwait,
pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock): New prototypes.
* sysdeps/htl/pthreadP.h (__pthread_cond_clockwait): New prototype.

* htl/Versions (GLIBC_2.32): Add pthread_cond_clockwait,
pthread_mutex_clocklock, pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock,
pthread_tryjoin_np, pthread_timedjoin_np, pthread_clockjoin_np.
* sysdeps/mach/hurd/i386/libpthread.abilist (pthread_clockjoin_np,
pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
pthread_rwlock_clockwrlock, pthread_timedjoin_np, pthread_tryjoin_np):
New functions.

* nptl/tst-abstime.c, nptl/tst-join10.c, nptl/tst-join11.c, nptl/tst-join12.c,
nptl/tst-join13.c, nptl/tst-join14.c, nptl/tst-join2.c, nptl/tst-join3.c,
nptl/tst-join8.c, nptl/tst-join9.c, nptl/tst-mutex-errorcheck.c,
nptl/tst-pthread-mutexattr.c, nptl/tst-mutex11.c, nptl/tst-mutex5.c,
nptl/tst-mutex7.c, nptl/tst-mutex7robus.c, nptl/tst-mutex9.c,
nptl/tst-rwlock12.c, nptl/tst-rwlock14.c: Move to sysdeps/pthread.
* sysdeps/pthread/tst-mutex8.c: Move back to nptl.
* nptl/Makefile (tests): Move tst-mutex5, tst-mutex7, tst-mutex7robust,
tst-mutex9, tst-mutex11, tst-rwlock12, tst-rwlock14, tst-join2, tst-join3,
tst-join8, tst-join9 tst-join10, tst-join11, tst-join12, tst-join13, tst-join14,
tst-abstime, tst-mutex-errorcheck, tst-pthread-mutexattr to ...
* sysdeps/pthread/Makefile (tests): ... here.
2020-05-26 00:46:07 +00:00
..
bits htl: Add C11 threads types definitions 2020-02-09 13:56:48 +01:00
include htl: Avoid check-installed-headers looking at inlines 2020-02-09 16:42:36 +00:00
flockfile.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fork.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ftrylockfile.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
funlockfile.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Implies hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
libc-lockP.h htl: Add internal versions of functions used by C11 threads 2020-01-13 00:48:47 +01:00
Makeconfig htl: Move pthread_atfork to libc_nonshared.a 2020-01-04 18:55:47 +01:00
Makefile htl: Add __errno_location and __h_errno_location 2020-01-04 19:37:53 +01:00
old_pt-atfork.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-atfork.c htl: Move pthread_atfork to libc_nonshared.a 2020-01-04 18:55:47 +01:00
pt-attr-destroy.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-getdetachstate.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-getguardsize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-getinheritsched.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-getschedparam.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-getschedpolicy.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-getscope.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-getstack.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-getstackaddr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-getstacksize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-init.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-setdetachstate.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-setguardsize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-setinheritsched.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-setschedparam.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-setschedpolicy.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-setscope.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-attr-setstack.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-setstackaddr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr-setstacksize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-attr.c htl: Fix default guard size 2020-02-09 17:28:33 +00:00
pt-barrier-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-barrier-init.c htl: Add type sizes in bits/pthreadtypes-arch.h and check them 2020-01-13 01:24:43 +01:00
pt-barrier-wait.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
pt-barrier.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-barrierattr-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-barrierattr-getpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-barrierattr-init.c htl: Add type sizes in bits/pthreadtypes-arch.h and check them 2020-01-13 01:24:43 +01:00
pt-barrierattr-setpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-cond-brdcast.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-cond-destroy.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-cond-init.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-cond-signal.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-cond-timedwait.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-cond-wait.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-cond.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-condattr-destroy.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-condattr-getclock.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-condattr-getpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-condattr-init.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-condattr-setclock.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-condattr-setpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-destroy-specific.c htl: Avoid exposing unixoid functions 2020-01-13 01:38:33 +01:00
pt-equal.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-getconcurrency.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-getcpuclockid.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-getschedparam.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-getspecific.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-init-specific.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-key-create.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-key-delete.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-key.h htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy 2020-02-09 13:56:45 +01:00
pt-once.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-rwlock-attr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-rwlock-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-rwlock-init.c htl: Add type sizes in bits/pthreadtypes-arch.h and check them 2020-01-13 01:24:43 +01:00
pt-rwlock-rdlock.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-rwlock-timedrdlock.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-rwlock-timedwrlock.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-rwlock-tryrdlock.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
pt-rwlock-trywrlock.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
pt-rwlock-unlock.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
pt-rwlock-wrlock.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-rwlockattr-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-rwlockattr-getpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-rwlockattr-init.c htl: Add type sizes in bits/pthreadtypes-arch.h and check them 2020-01-13 01:24:43 +01:00
pt-rwlockattr-setpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-setconcurrency.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-setschedparam.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-setschedprio.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-setspecific.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-startup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pthread-functions.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pthread.h htl: Add clock variants 2020-05-26 00:46:07 +00:00
pthreadP.h htl: Add clock variants 2020-05-26 00:46:07 +00:00
raise.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sem-close.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sem-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sem-getvalue.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
sem-init.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sem-open.c htl: Make sem_open return ENOSYS 2020-02-10 01:03:54 +00:00
sem-post.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
sem-timedwait.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
sem-trywait.c hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
sem-unlink.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sem-wait.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shm-directory.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Subdirs hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
thrd_current.c C11 threads: Move implementation to sysdeps/pthread 2020-02-09 13:56:48 +01:00
timer_routines.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00