aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_init.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-03nptl: Move mtx_init into libcFlorian Weimer1-3/+5
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer1-3/+11
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-10/+3
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella1-9/+4
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-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler1-5/+9
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella1-1/+2
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+13
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella1-3/+0
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-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-26Fix synchronization of TPP min/max priorities.Torvald Riegel1-3/+5
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath1-15/+21
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-03-18Rename some static variablesSiddhesh Poyarekar1-2/+3
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-2/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper1-0/+1
2007-08-11* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper1-1/+8
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper1-11/+16
2006-07-292006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-4/+24
2006-07-10* elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper1-10/+4
2006-07-01* pthread_mutex_init.c (__pthread_mutex_init): Move someUlrich Drepper1-11/+26
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper1-6/+11
2006-02-28* elf/rtld-Rules (subdir-args): New variable.Roland McGrath1-1/+27
2005-12-27* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper1-2/+12
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-78/+3
2007-07-122.5-18.1Jakub Jelinek1-3/+78
2004-03-24Update.Ulrich Drepper1-1/+2
2003-06-22Update.Ulrich Drepper1-2/+3
2002-12-15Add namespace protected alias.Ulrich Drepper1-0/+1
2002-11-26Initial revisioncvs/initialUlrich Drepper1-0/+55