about summary refs log tree commit diff
path: root/sysdeps/pthread
Commit message (Expand)AuthorAgeFilesLines
* 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
* htl: Add sem_clockwait supportSamuel Thibault2020-06-072-1/+64
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-013-1/+176
* htl: Enable more cond testsSamuel Thibault2020-06-011-2/+2
* tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault2020-06-011-1/+1
* htl: Add clock variantsSamuel Thibault2020-05-2621-439/+1421
* pthread: Fix building tst-robust8 with nptlSamuel Thibault2020-02-161-1/+3
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1611-0/+1061
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-107-0/+516
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-105-0/+530
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1013-0/+1196
* pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-105-0/+497
* pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-0/+1106
* pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-097-0/+525
* pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-0929-0/+3778
* pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-092-0/+306
* pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-1/+1463
* pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-095-0/+376
* pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-1/+675
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-0937-0/+1749
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0128-28/+28
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-6/+6
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-4/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0728-28/+28
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-121-0/+7
* <semaphore.h>: Add nonnull attributesYann Droneaud2019-04-291-10/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0128-28/+28
* hurd: fix sigevent's sigev_notify_attributes field typeSamuel Thibault2018-04-191-0/+18
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-023-4/+4
* hurd: avoid letting signals go to thread created by timer_createSamuel Thibault2018-04-021-0/+6
* hurd: fix timer_routines.c buildSamuel Thibault2018-02-271-1/+1
* hurd: fix timer_routines.c buildSamuel Thibault2018-02-271-0/+3
* Move NPTL-specific code to NPTL-specific headerSamuel Thibault2018-02-271-26/+1
* allocalim.h: use __glibc_likely instead of __builtin_expectSamuel Thibault2018-01-301-2/+2
* allocalim.h: Fix codestyleSamuel Thibault2018-01-291-3/+3
* hurd: Fix allocalim buildSamuel Thibault2018-01-281-2/+5
* hurd: fix warningSamuel Thibault2018-01-272-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0128-28/+28
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-242-2/+0
* aio: Remove internal_function function attributeFlorian Weimer2017-08-313-20/+8
* aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer2017-08-155-57/+0
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+1