glibc/sysdeps/mach/hurd/htl
Samuel Thibault 726117e01b htl: avoid cancelling threads inside critical sections
Like hurd_thread_cancel does.

* sysdeps/mach/hurd/htl/pt-docancel.c: Include <hurd/signal.h>
(__pthread_do_cancel): Lock target thread's critical_section_lock and ss
lock around thread mangling.
2020-06-27 02:34:18 +02:00
..
bits 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
pt-docancel.c htl: avoid cancelling threads inside critical sections 2020-06-27 02:34:18 +02:00
pt-hurd-cond-timedwait.c htl: Make pthread_cond_destroy wait for threads to be woken 2020-06-01 17:38:31 +00:00
pt-hurd-cond-wait.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutex-checklocked.c htl: Report missing mutex lock on pthread_cond_*wait 2020-02-09 18:33:14 +00:00
pt-mutex-consistent.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutex-destroy.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-mutex-getprioceiling.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutex-init.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-mutex-lock.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-mutex-setprioceiling.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutex-timedlock.c htl: Add clock variants 2020-05-26 00:46:07 +00:00
pt-mutex-transfer-np.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutex-trylock.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-mutex-unlock.c htl C11 threads: Avoid pthread_ symbols visibility in static library 2020-02-10 23:45:23 +00:00
pt-mutex.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-getprioceiling.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-getprotocol.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-getpshared.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-getrobust.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-gettype.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-init.c htl: Add type sizes in bits/pthreadtypes-arch.h and check them 2020-01-13 01:24:43 +01:00
pt-mutexattr-setprioceiling.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-setprotocol.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-setpshared.c htl: Remove stub warning for pthread_mutexattr_setpshared 2020-02-16 06:35:45 -08:00
pt-mutexattr-setrobust.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-mutexattr-settype.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-sigstate-destroy.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-sigstate-init.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-sigstate.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-sysdep.c htl: Fix tls initialization for already-created threads 2020-06-07 23:36:40 +00:00
pt-sysdep.h htl: Only check pthread_self coherency when DEBUG is set 2020-02-15 14:32:37 +00:00