summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_rwlock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-408/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Add support for pthread_rwlock_timed locks.tedu2010-04-121-9/+45
| | | | from brad. ok kurt, who's too busy to commit
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-1/+2
| | | | | casting when safe or adding ARGSUSED where needed. Reviewed and improvements from millert@ and marc@. okay marc@
* Add a simple work-around for deadlocking on recursivebrad2004-02-011-46/+81
| | | | | | | | readlocks on a rwlock while there are writers waiting. From: FreeBSD's libc_r ok marc@
* return EBUSY, not EWOULDBLOCK for error when calling thread would blockpvalchev2002-05-071-3/+3
| | | | for pthread_rwlock_wrlock & sie says Single Unix Specification; ok fgs
* sync with FreeBSDd1999-11-251-2/+2
|
* preserve FreeBSD identsd1998-12-231-2/+2
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-0/+336
add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)