about summary refs log tree commit diff
path: root/sysdeps/htl
Commit message (Expand)AuthorAgeFilesLines
* 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
* htl: Add support for semaphore maximum valueSamuel Thibault2020-02-101-0/+7
* htl: Add support for libc cancellation pointsSamuel Thibault2020-02-101-0/+1
* htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault2020-02-101-1/+1
* htl: support cancellation during pthread_onceSamuel Thibault2020-02-091-0/+10
* htl: make pthread_cond_destroy return EBUSY on waitersSamuel Thibault2020-02-091-1/+8
* htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault2020-02-091-0/+4
* htl: Fix default guard sizeSamuel Thibault2020-02-091-1/+1
* htl: Avoid check-installed-headers looking at inlinesSamuel Thibault2020-02-091-2/+4
* htl: Do not put spin_lock inlines in public headersSamuel Thibault2020-02-092-36/+36
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-093-1/+33
* htl: Add C11 threads types definitionsSamuel Thibault2020-02-091-0/+13
* htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault2020-02-092-2/+2
* htl: Add support for C11 threads behaviorSamuel Thibault2020-02-091-0/+3
* htl: Add missing internal functions declarationsSamuel Thibault2020-02-091-0/+13
* htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault2020-02-092-3/+4
* htl: Remove unused filesSamuel Thibault2020-02-0923-1099/+0