aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthreadP.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+10
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-0/+6
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer1-0/+2
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer1-1/+1
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer1-0/+2
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+6
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer1-1/+3
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer1-0/+1
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer1-0/+2
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella1-0/+2
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-0/+1
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-0/+1
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-0/+3
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-3/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+5
2019-05-14Add single-thread.h headerAdhemerval Zanella1-37/+0
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-10/+0
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella1-10/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-3/+8
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler1-4/+8
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella1-0/+3
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-2/+3
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-20nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella1-0/+3
2017-11-21nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella1-1/+1
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella1-0/+8
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+6
2017-08-31nptl: Remove internal_function attributeFlorian Weimer1-18/+11
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer1-2/+1
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-0/+9
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella1-12/+0
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-3/+10
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-0/+7
2016-09-15nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella1-0/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-0/+1
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor1-0/+11
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor1-7/+0
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath1-27/+0
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar1-6/+6
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar1-1/+1
2014-10-20pthread_once: Clean up constants.Torvald Riegel1-0/+6