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
/
libthr
/
thread
/
thr_spinlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-109
/
+59
*
Unconditionaly initialize any spin lock passed to pthread_spin_init(). While
mtm
2004-04-24
1
-4
/
+0
*
o Implement the pthread_spin_* functions in libthr.
mtm
2004-01-22
1
-0
/
+86
*
Fix the wrapper function around signals so that a signal handling
mtm
2003-12-09
1
-0
/
+11
*
There's no need for _umtxtrylock to be a separate function.
mtm
2003-07-06
1
-10
/
+0
*
Locking primitives and operations in libthr should use struct umtx,
mtm
2003-06-29
1
-2
/
+2
*
The move to _retire() a thread in the GC instead of in the thread's
mtm
2003-06-29
1
-15
/
+3
*
_pthread_cancel() breaks the normal lock order of first locking the
mtm
2003-05-25
1
-0
/
+10
*
Add two functions: _spinlock_pthread() and _spinunlock_pthread()
mtm
2003-05-23
1
-2
/
+14
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-6
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+88