about summary refs log tree commit diff
path: root/nptl/pthreadP.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove pre-ISO C supportUlrich Drepper2012-01-071-6/+6
* Create internal threads with sufficient stack sizeUlrich Drepper2011-12-221-0/+1
* Fix robust mutex handling after forkUlrich Drepper2011-06-301-5/+8
* Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper2009-07-281-0/+2
* * allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper2009-01-291-2/+3
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-111-1/+14
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-011-1/+1
* [BZ #4647]Ulrich Drepper2007-06-181-0/+3
* * pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Define.Ulrich Drepper2007-05-261-0/+5
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-1/+3
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-3/+1
* .Jakub Jelinek2007-07-311-1/+3
* * allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper2006-08-231-0/+2
* * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper2006-08-141-5/+27
* 2006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2006-07-291-2/+19
* * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo inUlrich Drepper2006-04-071-1/+1
* * sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper2006-03-281-7/+24
* * elf/rtld-Rules (subdir-args): New variable.Roland McGrath2006-02-281-4/+13
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-151-3/+9
* * Versions.def: Add GLIBC_2.4 for libpthread. cvs/fedora-glibc-20051227T1426Ulrich Drepper2005-12-271-1/+27