aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)Author
2021-05-03nptl: Move tss_set into libcFlorian Weimer
2021-05-03nptl: Move tss_get into libcFlorian Weimer
2021-05-03nptl: Move tss_delete into libcFlorian Weimer
2021-05-03nptl: Move tss_create into libcFlorian Weimer
2021-05-03nptl: Move thrd_exit into libcFlorian Weimer
2021-05-03nptl: Move mtx_unlock into libcFlorian Weimer
2021-05-03nptl: Move mtx_trylock into libcFlorian Weimer
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer
2021-05-03nptl: Move mtx_lock into libcFlorian Weimer
2021-05-03nptl: Move mtx_init into libcFlorian Weimer
2021-05-03nptl: Move mtx_destroy into libcFlorian Weimer
2021-05-03nptl: Move cnd_wait into libcFlorian Weimer
2021-05-03nptl: Move cnd_timedwait into libcFlorian Weimer
2021-05-03nptl: Move cnd_signal into libcFlorian Weimer
2021-05-03nptl: Move cnd_init into libcFlorian Weimer
2021-05-03nptl: Move cnd_destroy into libcFlorian Weimer
2021-05-03nptl: Move cnd_broadcast into libcFlorian Weimer
2021-05-03nptl: Move call_once into libcFlorian Weimer
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer
2021-04-27Pass a valid pointer to pthread_setspecific to avoid GCC 11 warning.Martin Sebor
2021-04-23pthread: Use pthread_mutexattr_setrobust in testsFlorian Weimer
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-09-07C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault
2020-06-14htl: Enable more cancellation testsSamuel Thibault
2020-06-10htl: Enable more cancel testsSamuel Thibault
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault
2020-06-07htl: Enable more testsSamuel Thibault