summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_rwlock.c
AgeCommit message (Expand)Author
2005-01-09pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock():nathanw
2005-01-09pthread_rwlock_timedrdlock() and pthread_rwlock_timedwrlock():nathanw
2004-08-03pthread_rwlock_timedrdlock/pthread_rwlock_timedwrlock:yamt
2004-08-03pthread_rwlock_timedwrlock: return ETIMEDOUT appropriately.yamt
2004-01-09- add deadlock check to pthread_rwlock_wrlock and pthread_rwlock_timedwrlockcl
2003-11-24Update mutex/rwlock/sem code to match recent change in cond code.cl
2003-03-08add __RCSID()lukem
2003-02-15Remove unnecessary inclusion of <assert.h>.nathanw
2003-01-31Use pthread__sched_sleepers() instead of iterating over sleep queuesnathanw
2003-01-18Merge the nathanw_sa branch.thorpej