index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread_types.h
Age
Commit message (
Expand
)
Author
2017-09-09
Support <pthread_typs.h> on C89 compilers
kamil
2016-07-20
unnamed unions need special treatment since they need braced initializers
christos
2016-07-20
cplusplus does not like complex named initializers...
christos
2016-07-20
use named initializers
christos
2016-07-17
Use anonymous union for ptm_ceiling and old __pthread_spin_t field to
skrll
2016-07-03
GSoC 2016 Charles Cui: Implement thread priority protection based on work
christos
2015-08-27
Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant
pooka
2015-06-26
Rev 1.14 was nice except it didn't work with _INITIALIZER, which
pooka
2015-06-26
Don't depend on __CPU_SIMPLE_LOCK_PAD to determine the type of
pooka
2015-06-26
C++ (namely libc++) expects to be using PTHREAD_FOO_INITIALIZER as a
pooka
2008-08-02
Change pthread_mutex_t to use the amount of space as and be congruent to
matt
2008-06-05
Back out previous because it breaks the build.
ad
2008-06-05
glibc compatibile PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, requested by
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-14
Adjust mutex/rwlock definitions to match reality now that there is only
ad
2007-09-07
- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().
ad
2007-08-04
Some significant performance improvements, and a fix for a race with pthread
ad
2007-05-02
Remove obsolete comment.
ad
2003-09-26
Don't include <machine/lock.h> anymore; instead, we now get
nathanw
2003-07-17
Prepare for inclusion in sys/types.h by ensuring that all the symbols
nathanw
2003-01-25
Make pthread_barrier_wait() handle spurious wakeups from pthread__block()
nathanw
2003-01-18
Merge the nathanw_sa branch.
thorpej