aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/libc-lockP.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-07nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer1-46/+5
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer1-1/+1
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer1-13/+4
2021-05-03nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer1-5/+0
2021-05-03nptl: Move pthread_rwlock_tryrdlock into libcFlorian Weimer1-5/+0
2021-05-03nptl: Move pthread_rwlock_init into libcFlorian Weimer1-9/+2
2021-05-03nptl: Move pthread_rwlock_destroy into libcFlorian Weimer1-8/+1
2021-05-03nptl: Move mtx_init into libcFlorian Weimer1-8/+0
2021-05-03nptl: Move call_once into libcFlorian Weimer1-2/+8
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer1-22/+6
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer1-22/+10
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer1-15/+6
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer1-2/+0
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer1-2/+0
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer1-2/+0
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer1-23/+7
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-3/+1
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer1-11/+2
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer1-25/+1
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-8/+0
2021-03-02nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer1-3/+6
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-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella1-14/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-02-22Refactor atfork handlersAdhemerval Zanella1-2/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer1-0/+1
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-2/+3
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-0/+436