aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_timedlock.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-15Move assignment out of the CAS conditionH.J. Lu
2021-11-12Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu
2021-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-07nptl: Reduce the GLIBC_PRIVATE ABIFlorian Weimer
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-06-12Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella
2017-07-29mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-01-13Add compiler barriers around modifications of the robust mutex list.Torvald Riegel
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel
2016-01-25Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers