aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)AuthorFilesLines
2021-05-03nptl: Move thrd_exit into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move mtx_unlock into libcFlorian Weimer2-2/+11
2021-05-03nptl: Move mtx_trylock into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move mtx_lock into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move mtx_init into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move mtx_destroy into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move cnd_wait into libcFlorian Weimer2-2/+11
2021-05-03nptl: Move cnd_timedwait into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_signal into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move cnd_init into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move cnd_destroy into libcFlorian Weimer2-2/+12
2021-05-03nptl: Move cnd_broadcast into libcFlorian Weimer2-2/+11
2021-05-03nptl: Move call_once into libcFlorian Weimer2-3/+11
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer1-0/+3
2021-04-27Pass a valid pointer to pthread_setspecific to avoid GCC 11 warning.Martin Sebor6-12/+19
2021-04-23pthread: Use pthread_mutexattr_setrobust in testsFlorian Weimer5-6/+6
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer1-0/+28
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer1-0/+29
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer3-5/+5
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella1-3/+3
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-2/+2
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella1-1/+1
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek3-1/+5
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+29
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella1-1/+1
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella1-0/+1
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella1-6/+17
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella4-165/+221
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer2-18/+26
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert257-257/+257
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault3-0/+439
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-25/+35
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2-2/+23
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2-1/+86
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2-0/+4
2020-09-07C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen3-3/+3
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault7-1/+1991
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault5-4/+507
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault3-4/+133
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault2-1/+174
2020-06-14htl: Enable more cancellation testsSamuel Thibault5-3/+244
2020-06-10htl: Enable more cancel testsSamuel Thibault8-6/+513
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-18/+0
2020-06-07htl: Enable more testsSamuel Thibault11-0/+739
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault4-1/+646
2020-06-07htl: Enable more testsSamuel Thibault98-241/+7350
2020-06-07htl: Add sem_clockwait supportSamuel Thibault2-1/+64
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault3-1/+176