summaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_trylock.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use C11 atomics instead of atomic_and/orWilco Dijkstra2022-09-231-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* nptl: Move mtx_trylock into libcFlorian Weimer2021-05-031-3/+5
* nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libcFlorian Weimer2021-04-231-7/+11
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-8/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-6/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-311-5/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang2019-02-191-1/+1
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-071-4/+53
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-3/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-1/+2
* 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
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove obsolete commentAndreas Schwab2014-12-111-3/+0
* Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab2014-12-111-5/+4
* NPTL: Conditionalize direct futex syscall uses.Roland McGrath2014-10-171-0/+5
* Get rid of lll_robust_trylock.Roland McGrath2014-07-101-2/+3
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-7/+7
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Clean up whitespace in lock elision patches.Dominik Vogt2013-07-191-2/+2
* Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen2013-07-021-3/+29
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* [BZ #6955]Ulrich Drepper2008-11-011-3/+9
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-111-5/+5
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-011-4/+4
* [BZ #4647]Ulrich Drepper2007-06-181-1/+2
* [BZ #4512]Ulrich Drepper2007-05-181-2/+4
* [BZ #4392]Ulrich Drepper2007-04-281-8/+1
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-5/+3
* .Jakub Jelinek2007-07-311-3/+5
* * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper2006-08-141-0/+73
* 2006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2006-07-291-1/+123
* * sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper2006-03-281-18/+33
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-151-57/+73
* * Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper2005-12-271-7/+81
* * manual/errno.texi: Add new Linux errno codes.Ulrich Drepper2005-12-241-0/+1
* * pthread_mutex_destroy.c: Set mutex type to an invalid value.Ulrich Drepper2005-12-231-3/+5
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-316/+11
* 2.5-18.1Jakub Jelinek2007-07-121-11/+316
* * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellationRoland McGrath2003-06-251-1/+1