about summary refs log tree commit diff
path: root/sysdeps/nptl/lowlevellock.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer2021-07-091-8/+18
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+102
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-221-2/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-32/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-311-2/+13
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-121-7/+9
* x86: Remove arch-specific low level lock implementationAdhemerval Zanella2019-05-141-1/+3
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-141-26/+0
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-031-22/+18
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix blocking pthread_join. [BZ #23137]Stefan Liebler2018-05-041-5/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler2017-02-061-2/+2
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-131-68/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-231-4/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add comments for the generic lowlevellock implementation.Torvald Riegel2014-12-151-9/+82
* Check value of futex before updating in __lll_timedlockBernard Ogden2014-08-121-1/+4
* Separate Linuxisms from lowlevellock.h, make a generic oneRoland McGrath2014-07-151-0/+187
* Remove old stub lowlevellock.h file. It is not even useful as documentation.Roland McGrath2014-07-071-83/+0
* Get rid of nptl/sysdeps/ entirely!Roland McGrath2014-07-071-0/+83