aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/lowlevellock.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer1-8/+18
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+102
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer1-2/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella1-32/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-2/+13
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe1-7/+9
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella1-1/+3
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella1-26/+0
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella1-22/+18
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-05-04Fix blocking pthread_join. [BZ #23137]Stefan Liebler1-5/+8
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-02-06Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler1-2/+2
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel1-68/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel1-4/+14
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel1-9/+82
2014-08-12Check value of futex before updating in __lll_timedlockBernard Ogden1-1/+4
2014-07-15Separate Linuxisms from lowlevellock.h, make a generic oneRoland McGrath1-0/+187
2014-07-07Remove old stub lowlevellock.h file. It is not even useful as documentation.Roland McGrath1-83/+0
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath1-0/+83