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_spinlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a generic way to back threads out of wait queues when handling
deischen
2004-12-18
1
-6
/
+10
*
Use mutex instead of low level thread lock to implement spinlock, this
davidxu
2003-12-09
1
-30
/
+18
*
Go back to using rev 1.18 where thread locks are used instead of KSE
deischen
2003-12-08
1
-17
/
+16
*
Back out last change and go back to using KSE locks instead of thread
deischen
2003-11-16
1
-16
/
+17
*
Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock.
davidxu
2003-11-08
1
-17
/
+16
*
Add the ability to reinitialize a spinlock (libc/libpthread
deischen
2003-11-04
1
-12
/
+17
*
Don't really spin on a spinlock; silently convert it to the same
deischen
2003-05-29
1
-13
/
+65
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
1
-15
/
+16
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-29
/
+10
*
- Define a _spinunlock() function so that threading implementations may do
jeff
2003-03-26
1
-0
/
+7
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Revamp suspend and resume. While I'm here add pthread_suspend_all_np()
deischen
2002-05-24
1
-1
/
+1
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-5
/
+7
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-6
/
+9
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-2
/
+2
*
[ The author's description... ]
jb
1999-03-23
1
-17
/
+15
*
Add support for compile time debug. This is enabled if libc_r is built
jb
1998-06-09
1
-20
/
+52
*
Add a warning message for a thread locking against itself. This is
jb
1998-06-06
1
-3
/
+14
*
Treat the lock value as volatile.
jb
1998-05-05
1
-2
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-0
/
+65