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_join.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-141
/
+46
*
1. Now that it's a thread's state is changed from within the kernel, where
mtm
2004-10-13
1
-3
/
+8
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-30
/
+44
*
o Don't explicitly check the thread for NULL. That is the caller's
mtm
2004-03-29
1
-6
/
+10
*
Remove the garbage collector thread. All resources are freed
mtm
2004-03-28
1
-3
/
+3
*
Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.
mtm
2003-07-06
1
-6
/
+6
*
Catchup with _thread_suspend() changes.
mtm
2003-06-30
1
-1
/
+3
*
Sweep through pthread locking and use the new locking primitives for
mtm
2003-06-29
1
-6
/
+7
*
Don't hold the active thread list lock when signaling the gc thread.
mtm
2003-05-29
1
-1
/
+1
*
Revert part of the last commit. I don't know what I was smoking.
mtm
2003-05-27
1
-2
/
+13
*
Revise the unlock order in _pthread_join(). Also, if the joined
mtm
2003-05-26
1
-12
/
+6
*
Start locking up the active and dead threads lists. The active threads
mtm
2003-05-25
1
-27
/
+34
*
Move a misplaced comment.
mtm
2003-05-20
1
-1
/
+1
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-1
/
+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
/
+161