about summary refs log tree commit diff
path: root/nptl/pthreadP.h
Commit message (Expand)AuthorAgeFilesLines
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-0/+5
* Add single-thread.h headerAdhemerval Zanella2019-05-141-37/+0
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-10/+0
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-031-10/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-3/+8
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-4/+8
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-0/+3
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-2/+3
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2017-12-201-0/+3
* nptl: Add workaround for ASSERT_PTHREAD_INTERNAL_SIZE with GCC 4.9Adhemerval Zanella2017-11-211-1/+1
* nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella2017-11-071-0/+8
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+6
* nptl: Remove internal_function attributeFlorian Weimer2017-08-311-18/+11
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-131-2/+1
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-0/+9
* Remove __ASSUME_REQUEUE_PIAdhemerval Zanella2017-04-041-12/+0
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-3/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-0/+7
* nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella2016-09-151-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-0/+1
* The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2015-07-091-0/+11
* The C++ 2011 std::call_once function is specified to allowMartin Sebor2015-07-011-7/+0
* NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath2015-01-081-27/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-241-6/+6
* Remove IS_IN_librtSiddhesh Poyarekar2014-11-241-1/+1
* pthread_once: Clean up constants.Torvald Riegel2014-10-201-0/+6
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-5/+5
* Split nptl-signals.h out from pthreadP.hRoland McGrath2014-07-311-16/+2
* Remove declarations of two nonexistent variables from nptl/pthreadP.h.Roland McGrath2014-07-151-5/+0
* nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer2014-07-111-0/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add elision to pthread_mutex_{try,timed,un}lockAndi Kleen2013-07-021-1/+3
* Add new internal mutex type flags for elision.Andi Kleen2013-07-021-1/+14
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+1
* Consolidate pthread_attr value validationSiddhesh Poyarekar2013-04-221-1/+63
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-191-2/+2
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-181-0/+12
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove use of INTDEF/INTUSE in nptlAndreas Schwab2012-05-301-19/+14
* Remove fallback definitions of __NR_set_robust_list.Joseph Myers2012-05-151-12/+1
* Allow a single-threaded program to cancel itselfSiddhesh Poyarekar2012-05-151-1/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Consistently added return to pthread_exitUlrich Drepper2012-01-101-1/+1