aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/internals.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb1-0/+19
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb1-2/+1
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb1-328/+308
2015-12-05remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__Waldemar Brodkorb1-1/+1
2015-02-14Revert "resolve merge"Waldemar Brodkorb1-308/+328
2015-02-14resolve mergeWaldemar Brodkorb1-328/+308
2012-11-18drop support for pre ISO-C compilersMike Frysinger1-4/+4
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger1-1/+1
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger1-0/+2
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger1-4/+2
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger1-6/+4
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko1-5/+0
2008-07-23- fix inline keywordBernhard Reutner-Fischer1-3/+3
2008-01-05- fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer1-2/+2
2006-03-05use sched_yield, not pthread_yieldMike Frysinger1-2/+0
2006-02-13Disable deprecated stuff in new linuxthreadsPeter S. Mazinger1-0/+2
2006-02-01change asm/volatile to __x__Peter S. Mazinger1-4/+4
2006-02-01__pthread_exit is noreturn only within libpthreadPeter S. Mazinger1-1/+5
2006-01-31New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sourcesPeter S. Mazinger1-13/+12
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger1-4/+6
2006-01-31initial import of latest linuxthreadsMike Frysinger1-0/+551
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger1-518/+0
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger1-58/+229
2005-11-07implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger1-0/+1
2005-10-28fix building with localeMike Frysinger1-1/+1
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger1-224/+29
2005-09-08import the helper function pthread_for_each_thread from glibcMike Frysinger1-1/+5
2005-09-08import misc defines from glibcMike Frysinger1-30/+52
2004-08-16The variable used to store pagesize is not the same as theEric Andersen1-4/+4
2004-08-13Fixup PAGE_SIZE problemsEric Andersen1-3/+5
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen1-1/+1
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen1-5/+5
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III1-0/+6
2003-06-12Set the default thread stack size to 16k for mmu-less systems.Eric Andersen1-0/+4
2003-03-01Use a funky version in a probably vein attempt at preventing gdbEric Andersen1-2/+5
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen1-9/+28
2002-08-19Based on work by Stefan Allius, arrange for early initialization ofEric Andersen1-0/+1
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen1-0/+480