aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/libc-lockP.h
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-07-07nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer
2021-05-03nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlock_tryrdlock into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlock_init into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlock_destroy into libcFlorian Weimer
2021-05-03nptl: Move mtx_init into libcFlorian Weimer
2021-05-03nptl: Move call_once into libcFlorian Weimer
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-02nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-02-22Refactor atfork handlersAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers