summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_types.h
AgeCommit message (Expand)Author
2008-08-02Change pthread_mutex_t to use the amount of space as and be congruent tomatt
2008-06-05Back out previous because it breaks the build.ad
2008-06-05glibc compatibile PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, requested byad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-14Adjust mutex/rwlock definitions to match reality now that there is onlyad
2007-09-07- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().ad
2007-08-04Some significant performance improvements, and a fix for a race with pthreadad
2007-05-02Remove obsolete comment.ad
2003-09-26Don't include <machine/lock.h> anymore; instead, we now getnathanw
2003-07-17Prepare for inclusion in sys/types.h by ensuring that all the symbolsnathanw
2003-01-25Make pthread_barrier_wait() handle spurious wakeups from pthread__block()nathanw
2003-01-18Merge the nathanw_sa branch.thorpej