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
*
Remove libc_r's remnant code.
davidxu
2008-05-06
1
-16
/
+0
*
Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save
davidxu
2008-04-29
1
-1
/
+1
*
Compile libthr with warnings.
ru
2008-03-25
1
-0
/
+2
*
- Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may call
davidxu
2008-03-18
1
-0
/
+4
*
Don't report death event to debugger if it is a forced exit.
davidxu
2008-03-06
1
-1
/
+1
*
call underscore version of pthread_cleanup_pop instead.
davidxu
2007-12-20
1
-1
/
+1
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
Eliminate atomic operations in thread cancellation functions, it should
davidxu
2006-11-24
1
-2
/
+2
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-4
/
+2
*
Refine thread suspension code, now thread suspension is a blockable
davidxu
2006-01-05
1
-1
/
+8
*
Follow the change in kernel, joiner thread just waits at thread id
davidxu
2005-10-26
1
-2
/
+5
*
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