about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath2014-06-1235-4764/+0
|
* Consolidate NPTL sigprocmask.Roland McGrath2014-06-121-19/+0
|
* Start cleaning up TLS initial value for pthread_create.Roland McGrath2014-06-091-8/+14
|
* Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h.Roland McGrath2014-05-011-6/+1
|
* Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella2014-04-091-9/+0
| | | | | | | This patch moves the __PTHREAD_SPINS definition to arch specific header since pthread_mutex_t layout is also arch specific. This leads to no need to defining __PTHREAD_MUTEX_HAVE_ELISION and thus removing of the undefined compiler warning.
* Revert "Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning"Will Newton2014-03-171-9/+5
| | | | This reverts commit 788bba368c2eaf8aa3fd2ca18d269395d6bc8afb.
* Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warningWill Newton2014-03-171-5/+9
| | | | | | | | | | ChangeLog: 2014-03-17 Will Newton <will.newton@linaro.org> * nptl/sysdeps/pthread/pthread.h: Check __PTHREAD_MUTEX_HAVE_ELISION is defined before testing its value.
* Get rid of __LT_SPINLOCK_INITSiddhesh Poyarekar2014-03-171-6/+1
| | | | | | | | | We got rid of LinuxThreads in 2005, but we didn't remove __LT_SPINLOCK_INIT back then. Do it now. * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]: Remove.
* Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath2014-03-141-1/+1
|
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-104-14/+14
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0131-31/+31
|
* rename configure.in to configure.acMike Frysinger2013-10-302-1/+1
| | | | | | | Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar2013-09-271-3/+3
|
* Fix typos.Ondřej Bílka2013-08-301-2/+2
|
* Add new internal mutex type flags for elision.Andi Kleen2013-07-021-8/+20
| | | | | | | | | | Add Enable/disable flags used internally Extend the mutex initializers to have the fields needed for elision. The layout stays the same, and this is not visible to programs. These changes are not exposed outside pthread
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+8
| | | | | | | This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
* Fix previous commit.Ondrej Bilka2013-06-081-2/+2
|
* Silence warning: __inline is not at beginning of declaration.Ondrej Bilka2013-06-081-1/+1
|
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
|
* Fix build warnings in some test casesSiddhesh Poyarekar2013-02-181-0/+1
| | | | Include stdlib.h to get declaration of exit(3)
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-23/+22
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0231-31/+31
|
* Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell2012-10-101-2/+2
| | | | | | | | The macro pthread_cleanup_push_defer_np in pthread.h has a misaligned line continuation marker. This marker was previously aligned, but recent changes have moved it out of alignment. This change realigns the marker. This also reduces the diff against the hppa version of pthread.h where the marker is aligned.
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-120/+0
|
* [BZ #14583]Jeff Law2012-09-141-1/+1
| | | | * sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-131-12/+0
|
* Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov2012-08-151-2/+8
|
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-4/+0
|
* Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers2012-08-071-8/+1
|
* Wrap __builtin_expect in pthread.hSiddhesh Poyarekar2012-06-041-2/+2
| | | | | | [BZ #14188] This fixes compilation of programs using pthread_cleanup_push built with non-gcc compilers and older gcc compilers.
* Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu2012-05-141-1/+10
|
* Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializersH.J. Lu2012-05-111-1/+1
|
* Hurd: libc_once_getThomas Schwinge2012-05-101-0/+2
|
* move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar2012-04-261-2/+2
|
* Make pthread.h define all symbols from time.h.Joseph Myers2012-03-091-4/+0
| | | | | | | | See: http://www.pasc.org/interps/unofficial/db/p1003.1c/pasc-1003.1c-46.html http://www.pasc.org/interps/unofficial/db/p1003.1/pasc-1003.1-86.html https://www.opengroup.org/sophocles/show_mail.tpl?CALLER=index.tpl&source=L&listname=austin-group-l&id=17302 (Geoff Clare, austin-group-l, 9 Mar 2012)
* Weaken two NPTL configure link tests to compile tests.Joseph Myers2012-03-072-29/+19
|
* Remove private information from libc-lock.hUlrich Drepper2012-03-062-398/+440
|
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-0/+3
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-1/+2
|
* Remove old initfini mechanism.Joseph Myers2012-02-211-124/+0
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0931-93/+62
|
* Add const attribute to pthread_equalUlrich Drepper2012-01-101-1/+2
|
* Consistently added return to pthread_exitUlrich Drepper2012-01-101-2/+2
|
* Remove pre-ISO C supportUlrich Drepper2012-01-073-55/+53
| | | | No more __const.
* Use __pthread_get_minstack in more placesUlrich Drepper2011-12-221-2/+4
|
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-19/+19
|
* Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-151-8/+23
|
* Simplify malloc initializationUlrich Drepper2011-09-101-1/+2
| | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
* Add read barriers in cancellation initializationUlrich Drepper2011-07-221-3/+11
|
* Rebuild configure scriptsUlrich Drepper2011-07-061-3/+3
|