summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* Add small piece of code to support pthread_rwlock_timedrdlock andDavid Xu2003-09-061-8/+43
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-301-14/+19
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-60/+64
* Backout last commit.David Xu2003-03-151-1/+1
* Fix a bug in rwlock. When a rwlock was locked by reader threads, aDavid Xu2003-03-141-1/+1
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Fix the return code from pthread_rwlock_try[rw|rd]lock() functions;Brian S. Dean2002-03-151-2/+2
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-7/+7
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-9/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed some variable initializations which were unnecessary and divergentAlexander Langer1998-09-071-6/+6
* -Wall clean.Alexander Langer1998-09-071-1/+3
* Implement pthread read/write locks as defined by Version 2 of the SingleAlexander Langer1998-09-071-0/+333