summary refs log tree commit diff
path: root/sysdeps/htl
Commit message (Expand)AuthorAgeFilesLines
* htl: Fix initializing the key lockSamuel Thibault2022-02-142-3/+5
* htl: Make pthread_[gs]etspecific not check for key validitySamuel Thibault2022-02-142-4/+2
* htl: Fix build error in annexcSamuel Thibault2022-01-171-2/+4
* htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault2022-01-155-9/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01113-113/+113
* htl: Reimplement GSCOPESergey Bugaev2021-09-161-0/+55
* htl: Move thread table to ld.soSergey Bugaev2021-09-165-8/+40
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-032-2/+0
* htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault2021-07-181-3/+3
* htl: Fix linking static examples against libpthreadSamuel Thibault2021-07-131-1/+1
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-131-0/+3
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-0/+6
* Consolidate pthread_atforkAdhemerval Zanella2021-06-243-67/+4
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-221-0/+555
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-2/+0
* Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer2021-05-201-0/+3
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+1
* Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer2021-04-211-13/+0
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-292-21/+0
* htl: Add missing fork.hSamuel Thibault2021-03-241-0/+20
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-29/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-30/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02114-114/+114
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-163-93/+0
* htl: Add pshared semaphore supportSamuel Thibault2020-12-168-184/+253
* htl: Add futex-internal.hSamuel Thibault2020-12-161-0/+39
* htl: Add hidden def for __pthread_create/detachSamuel Thibault2020-12-031-0/+2
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-152-2/+2
* htl: Fix spurious symbols in namespacesSamuel Thibault2020-11-115-5/+5
* htl: Move cleanup handling to non-private libc-lockSamuel Thibault2020-06-282-33/+70
* htl: Fix includes for lockfileSamuel Thibault2020-06-283-6/+3
* htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer2020-06-243-2/+11
* htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault2020-06-241-2/+13
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-241-8/+84
* htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault2020-06-241-20/+21
* htl: Fix cleanup support for IO lockingSamuel Thibault2020-06-142-0/+90
* htl: Add noreturn attribute on __pthread_exit forwardSamuel Thibault2020-06-141-2/+2
* htl: Fix registration of atfork handlers in modulesSamuel Thibault2020-06-072-2/+12
* htl: Fix tls initialization for already-created threadsSamuel Thibault2020-06-071-0/+3
* htl: Add sem_clockwait supportSamuel Thibault2020-06-072-3/+12
* htl: Fix gsync_wait symbol expositionSamuel Thibault2020-06-011-1/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-013-5/+28
* htl: Add clock variantsSamuel Thibault2020-05-268-12/+126
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-161-0/+2
* htl: Add missing functions and defines for robust mutexesSamuel Thibault2020-02-161-0/+1
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-1028-28/+28
* hurd: Add __pthread_spin_wait and use itSamuel Thibault2020-02-1115-21/+21
* htl: Fix barrier_wait with one threadSamuel Thibault2020-02-101-1/+3
* htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault2020-02-101-6/+4
* htl: Make sem_open return ENOSYSSamuel Thibault2020-02-101-1/+1