about summary refs log tree commit diff
path: root/sysdeps/pthread
Commit message (Expand)AuthorAgeFilesLines
...
* nptl: Move tss_delete into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move tss_create into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move thrd_exit into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_unlock into libcFlorian Weimer2021-05-032-2/+11
* nptl: Move mtx_trylock into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_timedlock into libcFlorian Weimer2021-05-031-1/+1
* nptl: Move mtx_lock into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_init into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_destroy into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_wait into libcFlorian Weimer2021-05-032-2/+11
* nptl: Move cnd_timedwait into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_signal into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_init into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_destroy into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_broadcast into libcFlorian Weimer2021-05-032-2/+11
* nptl: Move call_once into libcFlorian Weimer2021-05-032-3/+11
* Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer2021-05-031-0/+3
* Pass a valid pointer to pthread_setspecific to avoid GCC 11 warning.Martin Sebor2021-04-276-12/+19
* pthread: Use pthread_mutexattr_setrobust in testsFlorian Weimer2021-04-235-6/+6
* nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2021-04-211-0/+28
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-211-0/+29
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-211-1/+1
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-213-5/+5
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-261-3/+3
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-181-2/+2
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-181-1/+1
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-043-1/+5
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+29
* linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella2021-02-091-1/+1
* linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella2021-02-091-0/+1
* pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella2021-02-081-6/+17
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-084-165/+221
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-082-18/+26
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02257-257/+257
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-163-0/+439
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-301-25/+35
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-272-2/+23
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-252-1/+86
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-252-0/+4
* C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen2020-09-073-3/+3
* htl: Enable tst-cancelx?[45]Samuel Thibault2020-08-067-1/+1991
* htl: Enable cancel*16 an cancel*20 testsSamuel Thibault2020-06-295-4/+507
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-243-4/+133
* htl: Enable tst-cancel25 testSamuel Thibault2020-06-242-1/+174
* htl: Enable more cancellation testsSamuel Thibault2020-06-145-3/+244
* htl: Enable more cancel testsSamuel Thibault2020-06-108-6/+513
* pthread: Move back linking rules to nptl and htlSamuel Thibault2020-06-081-18/+0
* htl: Enable more testsSamuel Thibault2020-06-0711-0/+739
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-074-1/+646
* htl: Enable more testsSamuel Thibault2020-06-0798-241/+7350