summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* MFlibpthread: Add a simple work-around for deadlocking on recursivedeischen2004-01-081-44/+79
* At initialization, override the pthread stub routines in libcdeischen2002-11-131-27/+30
* 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