glibc/sysdeps/htl
Samuel Thibault 8081702460 htl: Make pthread_cond_destroy wait for threads to be woken
This allows to reuse the storage after calling pthread_cond_destroy.

* sysdeps/htl/bits/types/struct___pthread_cond.h (__pthread_cond):
Replace unused struct __pthread_condimpl *__impl field with unsigned int
__wrefs.
(__PTHREAD_COND_INITIALIZER): Update accordingly.
* sysdeps/htl/pt-cond-timedwait.c (__pthread_cond_timedwait_internal):
Register as waiter in __wrefs field. On unregistering, wake any pending
pthread_cond_destroy.
* sysdeps/htl/pt-cond-destroy.c (__pthread_cond_destroy): Register wake
request in __wrefs.
* nptl/Makefile (tests): Move tst-cond20 tst-cond21 to...
* sysdeps/pthread/Makefile (tests): ... here.
* nptl/tst-cond20.c nptl/tst-cond21.c: Move to...
* sysdeps/pthread/tst-cond20.c sysdeps/pthread/tst-cond21.c: ... here.
2020-06-01 17:38:31 +00:00
..
bits htl: Make pthread_cond_destroy wait for threads to be woken 2020-06-01 17:38:31 +00: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
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: Make pthread_cond_destroy wait for threads to be woken 2020-06-01 17:38:31 +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: Make pthread_cond_destroy wait for threads to be woken 2020-06-01 17:38:31 +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
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