Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of nptl/sysdeps/pthread/ subdirectory | Roland McGrath | 2014-06-12 | 35 | -4764/+0 |
| | |||||
* | Consolidate NPTL sigprocmask. | Roland McGrath | 2014-06-12 | 1 | -19/+0 |
| | |||||
* | Start cleaning up TLS initial value for pthread_create. | Roland McGrath | 2014-06-09 | 1 | -8/+14 |
| | |||||
* | Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h. | Roland McGrath | 2014-05-01 | 1 | -6/+1 |
| | |||||
* | Move __PTHREAD_SPINS definition to architecture specific header | Adhemerval Zanella | 2014-04-09 | 1 | -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 Newton | 2014-03-17 | 1 | -9/+5 |
| | | | | This reverts commit 788bba368c2eaf8aa3fd2ca18d269395d6bc8afb. | ||||
* | Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning | Will Newton | 2014-03-17 | 1 | -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_INIT | Siddhesh Poyarekar | 2014-03-17 | 1 | -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 McGrath | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 4 | -14/+14 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 31 | -31/+31 |
| | |||||
* | rename configure.in to configure.ac | Mike Frysinger | 2013-10-30 | 2 | -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_*_recursive | Siddhesh Poyarekar | 2013-09-27 | 1 | -3/+3 |
| | |||||
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 1 | -2/+2 |
| | |||||
* | Add new internal mutex type flags for elision. | Andi Kleen | 2013-07-02 | 1 | -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 attributes | Siddhesh Poyarekar | 2013-06-15 | 1 | -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 Bilka | 2013-06-08 | 1 | -2/+2 |
| | |||||
* | Silence warning: __inline is not at beginning of declaration. | Ondrej Bilka | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -0/+1 |
| | |||||
* | Fix build warnings in some test cases | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+1 |
| | | | | Include stdlib.h to get declaration of exit(3) | ||||
* | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 2013-02-14 | 1 | -23/+22 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 31 | -31/+31 |
| | |||||
* | Fix formatting in nptl/sysdeps/pthread/pthread.h. | Carlos O'Donell | 2012-10-10 | 1 | -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 McGrath | 2012-10-09 | 1 | -120/+0 |
| | |||||
* | [BZ #14583] | Jeff Law | 2012-09-14 | 1 | -1/+1 |
| | | | | * sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp. | ||||
* | Remove unused __rtld_lock_init_recursive macro | H.J. Lu | 2012-09-13 | 1 | -12/+0 |
| | |||||
* | Optimize __libc_lock_lock and __libc_lock_trylock for MIPS. | Maxim Kuvyrkov | 2012-08-15 | 1 | -2/+8 |
| | |||||
* | Remove __ASSUME_TGKILL. | Joseph Myers | 2012-08-08 | 1 | -4/+0 |
| | |||||
* | Remove some pre-2.6.16 Linux kernel conditionals. | Joseph Myers | 2012-08-07 | 1 | -8/+1 |
| | |||||
* | Wrap __builtin_expect in pthread.h | Siddhesh Poyarekar | 2012-06-04 | 1 | -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_SHARED | H.J. Lu | 2012-05-14 | 1 | -1/+10 |
| | |||||
* | Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializers | H.J. Lu | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Hurd: libc_once_get | Thomas Schwinge | 2012-05-10 | 1 | -0/+2 |
| | |||||
* | move libgcc_s soname definition to shlib-versions | Siddhesh Poyarekar | 2012-04-26 | 1 | -2/+2 |
| | |||||
* | Make pthread.h define all symbols from time.h. | Joseph Myers | 2012-03-09 | 1 | -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 Myers | 2012-03-07 | 2 | -29/+19 |
| | |||||
* | Remove private information from libc-lock.h | Ulrich Drepper | 2012-03-06 | 2 | -398/+440 |
| | |||||
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 1 | -0/+3 |
| | |||||
* | Fix up POSIX testing in conformtest | Ulrich Drepper | 2012-02-26 | 1 | -1/+2 |
| | |||||
* | Remove old initfini mechanism. | Joseph Myers | 2012-02-21 | 1 | -124/+0 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 31 | -93/+62 |
| | |||||
* | Add const attribute to pthread_equal | Ulrich Drepper | 2012-01-10 | 1 | -1/+2 |
| | |||||
* | Consistently added return to pthread_exit | Ulrich Drepper | 2012-01-10 | 1 | -2/+2 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 3 | -55/+53 |
| | | | | No more __const. | ||||
* | Use __pthread_get_minstack in more places | Ulrich Drepper | 2011-12-22 | 1 | -2/+4 |
| | |||||
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 1 | -19/+19 |
| | |||||
* | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | 2011-09-15 | 1 | -8/+23 |
| | |||||
* | Simplify malloc initialization | Ulrich Drepper | 2011-09-10 | 1 | -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 initialization | Ulrich Drepper | 2011-07-22 | 1 | -3/+11 |
| | |||||
* | Rebuild configure scripts | Ulrich Drepper | 2011-07-06 | 1 | -3/+3 |
| |