aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-1/+2
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-11/+3
2021-06-24Consolidate pthread_atforkAdhemerval Zanella1-1/+3
2021-06-15y2038: Add test coverageAdhemerval Zanella1-0/+10
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-3/+3
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer1-2/+1
2021-05-11nptl: Move thread join functions into libcFlorian Weimer1-1/+2
2021-05-11nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move tss_set into libcFlorian Weimer1-2/+2
2021-05-03nptl: Move tss_get into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move tss_delete into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move tss_create into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move thrd_exit into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_unlock into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move mtx_trylock into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move mtx_lock into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_init into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_destroy into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_wait into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move cnd_timedwait into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_signal into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_init into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_destroy into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_broadcast into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move call_once into libcFlorian Weimer1-2/+1
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer1-0/+3
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-1/+1
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek1-1/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella1-1/+1
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault1-1/+12
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault1-4/+7
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault1-4/+5
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault1-1/+1
2020-06-14htl: Enable more cancellation testsSamuel Thibault1-3/+5
2020-06-10htl: Enable more cancel testsSamuel Thibault1-6/+11
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-18/+0
2020-06-07htl: Enable more testsSamuel Thibault1-0/+41
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault1-1/+2
2020-06-07htl: Enable more testsSamuel Thibault1-2/+118
2020-06-07htl: Add sem_clockwait supportSamuel Thibault1-1/+1
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault1-1/+1
2020-06-01htl: Enable more cond testsSamuel Thibault1-2/+2
2020-05-26htl: Add clock variantsSamuel Thibault1-4/+10
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault1-1/+3
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+2
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+8
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+1
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+2