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_exit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add debugger event reporting support, current only TD_CREATE and TD_DEATH
davidxu
2005-04-12
1
-1
/
+3
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-118
/
+36
*
1. Now that it's a thread's state is changed from within the kernel, where
mtm
2004-10-13
1
-1
/
+2
*
Remove a reference to a non-existent syscall: _thr_exit(). The
mtm
2004-10-08
1
-4
/
+1
*
Close a race between a thread exiting and the freeing of it's stack.
mtm
2004-10-06
1
-3
/
+2
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-29
/
+12
*
Remove the garbage collector thread. All resources are freed
mtm
2004-03-28
1
-10
/
+38
*
Implement reference counting of read-write locks. This uses
mtm
2004-01-19
1
-0
/
+6
*
Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*.
mtm
2003-07-06
1
-2
/
+2
*
Sweep through pthread locking and use the new locking primitives for
mtm
2003-06-29
1
-2
/
+2
*
Don't hold the active thread list lock when signaling the gc thread.
mtm
2003-05-29
1
-11
/
+13
*
Minimize the potential for deadlocks between an exiting thread and it's
mtm
2003-05-27
1
-2
/
+18
*
Start locking up the active and dead threads lists. The active threads
mtm
2003-05-25
1
-30
/
+26
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-0
/
+3
*
note to self: do not confuse void* with int.
mtm
2003-05-23
1
-1
/
+1
*
When a thread exits it does not return from the kernel unless it
mtm
2003-05-21
1
-0
/
+4
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-3
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+186