summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* Add small piece of code to support pthread_rwlock_timedrdlock anddavidxu2003-09-061-8/+43
* Attempt to eliminate PLT relocations from rwlock aquire/releasekan2003-05-301-14/+19
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-60/+64
* Backout last commit.davidxu2003-03-151-1/+1
* Fix a bug in rwlock. When a rwlock was locked by reader threads, adavidxu2003-03-141-1/+1
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* Fix the return code from pthread_rwlock_try[rw|rd]lock() functions;bsd2002-03-151-2/+2
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-7/+7
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-9/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed some variable initializations which were unnecessary and divergentalex1998-09-071-6/+6
* -Wall clean.alex1998-09-071-1/+3
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-071-0/+333
OpenPOWER on IntegriCloud