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_cancel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-3
/
+3
*
Don't cancel thread if it is in critical region.
davidxu
2006-03-25
1
-1
/
+1
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-87
/
+107
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-157
/
+65
*
Implement PThreads barriers and barrier attributes.
mtm
2004-02-19
1
-0
/
+1
*
Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.
mtm
2003-07-06
1
-2
/
+2
*
There's no need for _umtxtrylock to be a separate function.
mtm
2003-07-06
1
-1
/
+2
*
Sweep through pthread locking and use the new locking primitives for
mtm
2003-06-29
1
-2
/
+2
*
_pthread_cancel() breaks the normal lock order of first locking the
mtm
2003-05-25
1
-4
/
+17
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-0
/
+1
*
o Make the setting/checking of cancel state atomic with
mtm
2003-05-15
1
-87
/
+111
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-10
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+205