aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_lock.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo1-2/+14
2022-01-20nptl: Effectively skip CAS in spinlock loopJangwoong Kim1-3/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-15Move assignment out of the CAS conditionH.J. Lu1-4/+3
2021-11-12Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu1-0/+7
2021-11-12Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu1-5/+5
2021-10-01nptl: Use FUTEX_LOCK_PI2 when availableAdhemerval Zanella1-1/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-07-07nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer1-2/+3
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer1-5/+17
2021-04-21nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimizationFlorian Weimer1-3/+22
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-14/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella1-4/+5
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella1-2/+2
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella1-2/+1
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer1-3/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella1-16/+8
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
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-7/+21
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella1-2/+0
2017-08-31nptl: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-22Consolidate non cancellable pause 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-1/+1
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-23/+56
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel1-2/+13
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-4/+3
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-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath1-4/+9
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-10/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-07-19Clean up whitespace in lock elision patches.Dominik Vogt1-1/+1
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen1-10/+43
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab1-1/+1
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath1-1/+9
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-07-28Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper1-1/+20
2009-07-27Revert "Memory ordering in pthread_mutex_{,timed}lock."Ulrich Drepper1-6/+6