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_sig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some function prototypes.
davidxu
2007-11-21
1
-0
/
+5
*
Remove umtx_t definition, use type long directly, add wrapper function
davidxu
2007-11-21
1
-1
/
+2
*
test cancel_pending to save a thr_wake call in some specical cases.
davidxu
2006-12-06
1
-1
/
+1
*
Use kernel provided userspace condition variable to implement pthread
davidxu
2006-12-04
1
-0
/
+2
*
Eliminate atomic operations in thread cancellation functions, it should
davidxu
2006-11-24
1
-18
/
+11
*
Replace internal usage of struct umtx with umutex which can supports
davidxu
2006-09-06
1
-4
/
+4
*
1. Don't override underscore version of aio_suspend(), system(),
davidxu
2006-07-25
1
-1
/
+107
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-1
/
+9
*
Check cancellation state carefully to see we really need to call
davidxu
2006-03-26
1
-2
/
+5
*
Add locking support for rtld.
davidxu
2006-03-25
1
-2
/
+3
*
Refine thread suspension code, now thread suspension is a blockable
davidxu
2006-01-05
1
-17
/
+50
*
Update copyright.
davidxu
2005-12-17
1
-19
/
+13
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-48
/
+198
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-77
/
+0
*
Make the minimum implementation of pthread_kill conform to the
mtm
2004-03-29
1
-0
/
+13
*
o Since we're not using signals for thread synchronization anymore,
mtm
2004-03-27
1
-30
/
+0
*
Implement PThreads barriers and barrier attributes.
mtm
2004-02-19
1
-0
/
+7
*
Don't wake up the thread after the signal handler
mtm
2004-02-19
1
-1
/
+1
*
Fix the wrapper function around signals so that a signal handling
mtm
2003-12-09
1
-24
/
+44
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-2
/
+2
*
msg2
mtm
2003-05-12
1
-7
/
+7
*
o Correct a debug message that refered to the wrong function
mtm
2003-05-06
1
-22
/
+19
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-1
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+166