index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
thread
/
thr_rwlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add small piece of code to support pthread_rwlock_timedrdlock and
davidxu
2003-09-06
1
-8
/
+43
*
Attempt to eliminate PLT relocations from rwlock aquire/release
kan
2003-05-30
1
-14
/
+19
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-60
/
+64
*
Backout last commit.
davidxu
2003-03-15
1
-1
/
+1
*
Fix a bug in rwlock. When a rwlock was locked by reader threads, a
davidxu
2003-03-14
1
-1
/
+1
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Fix the return code from pthread_rwlock_try[rw|rd]lock() functions;
bsd
2002-03-15
1
-2
/
+2
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-7
/
+7
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-9
/
+15
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Removed some variable initializations which were unnecessary and divergent
alex
1998-09-07
1
-6
/
+6
*
-Wall clean.
alex
1998-09-07
1
-1
/
+3
*
Implement pthread read/write locks as defined by Version 2 of the Single
alex
1998-09-07
1
-0
/
+333