summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_int.h
AgeCommit message (Expand)Author
2020-01-26Pull up following revision(s) (requested by ad in ticket #647):martin
2019-12-18Pull up following revision(s) (requested by joerg in ticket #571):martin
2019-03-05Transfer all the keys that were created in the libc stub implementationchristos
2017-07-02Export the guard size of the main thread via vm.guard_size. Add ajoerg
2017-02-08libpthread_dbg(3) deletion from the base distributionkamil
2015-05-29Fix previous: Can't use calloc/malloc before we complete initializationchristos
2015-05-29Make PTHREAD_KEYS_MAX dynamically adjustablemanu
2014-12-16Allow for arbitrary MI scheduler implementations.pooka
2013-03-21- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.christos
2012-11-21Replace the simple implementation of pthread_key_{create,destroy}christos
2012-11-03libpthread: replace the use of obsolete sys/tree.h interface with rbtree(9).rmind
2012-08-16Add a pthread__smt_wake and add support for it on arm along withmatt
2012-05-04Simplify check for TLS definition to not hide code. Drop it in anotherjoerg
2012-03-12Keep track of the size of the guard area, in case we want to make itjoerg
2012-03-02Separate pthread_t from thread stack. Drop additional alignmentjoerg
2012-01-17Introduce __HAVE_NO___THREAD for sun2 and vax to disable the TLS usage.joerg
2011-10-06Include limits.h to get PTHREAD_KEYS_MAX, and move its definition there.christos
2011-09-16Use __deadjoerg
2011-08-05fix spello in commentlukem
2011-03-17Add __HAVE___LWP_GETTCB_FAST support (for mips and powerpc).matt
2011-03-16If TLS support is present, use it for pthread__self(). Thejoerg
2011-03-09Add TLS support infrastructure. For dynamic binaries, ld.elf_so exportsjoerg
2011-02-25Back out using the thread register (if present) for now.joerg
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2010-12-18I've had this patch in my tree for a while and since it only improveschristos
2009-05-17- Convert from makecontext() -> _lwp_makecontext().ad
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2008-06-28Now that we have all the scheduling gunk, make these do something useful:ad
2008-05-25PR lib/38741 priority inversion in libpthread breaks apps that usead
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-14Adjust mutex/rwlock definitions to match reality now that there is onlyad
2008-02-10- Remove libpthread's atomic ops.ad
2008-01-08add missing static decls.christos
2007-12-24- Use pthread__cancelled() in more places.ad
2007-12-24- Fix pthread_rwlock_trywrlock() which was broken.ad
2007-11-19Remove the debuglog stuff. ktrace is more useful now.ad
2007-11-13Mutexes:ad
2007-11-13For PR bin/37347:ad
2007-10-16Note that libpthread_dbg needs to be checked after making changes toad
2007-10-16... but preserve the linked list, for the debugger only.ad
2007-10-16Replace the global thread list with a red-black tree. From joerg@.ad
2007-09-24Resurrect the function pointers for lock operations and allow eachskrll
2007-09-13Add a per-mutex deferred wakeup flag so that threads doing something likead
2007-09-11Make the new mutexes faster:ad
2007-09-10Merge nick-csl-alignment.skrll
2007-09-08- Get rid of self->pt_mutexhint and use pthread__mutex_owned() instead.ad
2007-09-07- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().ad
2007-09-07Add: pthread__atomic_cas_ptr, pthread__atomic_swap_ptr, pthread__membar_fullad
2007-08-16Trim fat off libpthread internal spinlock operations. Makes a mesurablead
2007-08-16- Reinitialize the absolute minimum when recycling user thread state.ad