aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_unlock.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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-4/+13
2021-04-21nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimizationFlorian Weimer1-1/+16
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-4/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella1-3/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella1-3/+3
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler1-3/+14
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31nptl: Remove internal_function attributeFlorian Weimer1-3/+1
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-0/+17
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel1-6/+12
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-12/+22
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel1-5/+7
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+2
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath1-0/+5
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-07-02Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen1-4/+17
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-3/+4
2009-07-27pthread_mutex_unlock needs to use _rel semantics for atomic ops.Ulrich Drepper1-3/+3
2008-12-12* pthread_mutex_lock.c (__pthread_mutex_lock): Handle only theUlrich Drepper1-18/+39
2008-11-01[BZ #6955]Ulrich Drepper1-2/+6
2007-08-11* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper1-4/+4
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper1-5/+5
2007-06-18[BZ #4647]Ulrich Drepper1-1/+2
2007-06-08[BZ #4586]Ulrich Drepper1-2/+4
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper1-0/+43
2006-07-292006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-0/+83
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper1-5/+11
2006-02-15* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper1-17/+24
2006-02-13* allocatestack.c (allocate_stack): Initialize robust_list.cvs/fedora-glibc-20060213T0650Ulrich Drepper1-6/+3