aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_timedlock.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer1-3/+5
2021-04-23nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer1-15/+37
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-13/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella1-3/+3
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella1-24/+5
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella1-0/+7
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella1-1/+1
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella1-3/+3
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella1-2/+2
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella1-3/+4
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer1-3/+0
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski1-1/+1
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski1-20/+46
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella1-36/+24
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-16/+4
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg1-4/+3
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-10/+30
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe1-7/+9
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe1-2/+2
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella1-27/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-1/+1
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler1-3/+14
2018-06-12Fix fallback path in __pthread_mutex_timedlock ().Carlos O'Donell1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella1-1/+1
2017-07-29mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell1-5/+8
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-2/+3
2017-01-13Add compiler barriers around modifications of the robust mutex list.Torvald Riegel1-4/+44
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel1-21/+85
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel1-2/+12
2016-01-25Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab1-1/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-3/+2
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel1-4/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-20NPTL: Add some missing #include'sRoland McGrath1-0/+1
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath1-0/+5
2014-07-01Add missing #include for MIN/MAX users.Roland McGrath1-0/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-8/+8
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen1-1/+23
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath1-1/+13
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2