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_cond.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-370
/
+238
*
Change the thread ID (thr_id_t) used for 1:1 threading from being a
marcel
2004-07-02
1
-4
/
+4
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-146
/
+89
*
If a condition variable is statically initialized don't return
mtm
2004-03-29
1
-2
/
+6
*
The thread suspend function now returns ETIMEDOUT, not EAGAIN.
mtm
2004-03-29
1
-2
/
+1
*
Stop using signals for synchronizing threads. The performance penalty
mtm
2004-03-27
1
-1
/
+1
*
Fix the wrapper function around signals so that a signal handling
mtm
2003-12-09
1
-9
/
+0
*
Catchup with _thread_suspend() changes.
mtm
2003-06-30
1
-1
/
+1
*
I botched one of my committs in the last round. Fix it.
mtm
2003-05-31
1
-2
/
+3
*
Use a static lock to ake sure pthread_cond_* functions called
mtm
2003-05-29
1
-2
/
+20
*
Lock the cond queue (condition variables):
mtm
2003-05-24
1
-70
/
+43
*
Insert a debugging aid:
mtm
2003-05-21
1
-1
/
+9
*
Do some cleanup with respect to condition variables. The implementation
mtm
2003-05-15
1
-15
/
+14
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-6
/
+0
*
- Don't drop and reacquire giant in thread_suspend(). Change callers to do
jeff
2003-04-01
1
-0
/
+2
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+544