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_umtx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work-around a race condition on ia64 while unlocking a contested lock.
marcel
2009-12-14
1
-0
/
+3
*
Add two commands to _umtx_op system call to allow a simple mutex to be
davidxu
2008-06-24
1
-10
/
+60
*
Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save
davidxu
2008-04-29
1
-5
/
+6
*
Replace function _umtx_op with _umtx_op_err, the later function directly
davidxu
2008-04-02
1
-48
/
+28
*
Replace userland rwlock with a pure kernel based rwlock, the new
davidxu
2008-04-02
1
-0
/
+24
*
Remove umtx_t definition, use type long directly, add wrapper function
davidxu
2007-11-21
1
-2
/
+14
*
backout experimental adaptive spinning mutex for product use.
davidxu
2007-05-09
1
-1
/
+0
*
Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, use
davidxu
2006-12-20
1
-0
/
+1
*
Correctly check failed syscall.
davidxu
2006-12-12
1
-10
/
+10
*
Move checking for c_has_waiters into low level _thr_ucond_signal and
davidxu
2006-12-12
1
-0
/
+4
*
Add _thr_ucond_init().
davidxu
2006-12-05
1
-0
/
+6
*
Fix typo, I was using a wrong header file, and the typo is not detected
davidxu
2006-12-04
1
-1
/
+1
*
Use kernel provided userspace condition variable to implement pthread
davidxu
2006-12-04
1
-0
/
+33
*
o Make _thr_umutex_init a function.
davidxu
2006-10-13
1
-6
/
+14
*
Replace internal usage of struct umtx with umutex which can supports
davidxu
2006-09-06
1
-31
/
+0
*
Add umutex APIs.
davidxu
2006-08-28
1
-0
/
+46
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-7
/
+10
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-0
/
+80