aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthreadP.h
AgeCommit message (Expand)Author
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-05-14Add single-thread.h headerAdhemerval Zanella
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella
2017-11-21nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella
2017-08-31nptl: Remove internal_function attributeFlorian Weimer
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-09-15nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu