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_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use thr_new syscall to create a new thread, obscure context operations
davidxu
2005-04-23
1
-24
/
+16
*
Add debugger event reporting support, current only TD_CREATE and TD_DEATH
davidxu
2005-04-12
1
-3
/
+18
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-96
/
+131
*
Adjust code to support AMD64, on AMD64, thread needs to set fsbase by
davidxu
2004-08-19
1
-3
/
+20
*
Record the offset of thr_id in the thread structure. Required for
marcel
2004-07-04
1
-0
/
+1
*
Change the thread ID (thr_id_t) used for 1:1 threading from being a
marcel
2004-07-02
1
-9
/
+0
*
When a thread is created suspended have libthr suspend it explicitly
mtm
2004-06-30
1
-10
/
+3
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-1
/
+0
*
Remove the garbage collector thread. All resources are freed
mtm
2004-03-28
1
-15
/
+0
*
Move the initialization of thread priority to a common function.
mtm
2004-02-18
1
-1
/
+0
*
Preparations to make libthr work in multi-threaded fork()ing applications.
mtm
2003-12-26
1
-24
/
+1
*
When creating a pthread in the suspended state their were two
mtm
2003-12-15
1
-2
/
+4
*
It's unnecessary to lock the thread during creation. Simply extend
mtm
2003-05-29
1
-5
/
+2
*
Decouple the thread stack [de]allocating functions from the 'dead threads list'
mtm
2003-05-26
1
-3
/
+2
*
Return gracefully, rather than aborting, when the maximum concurrent
mtm
2003-05-25
1
-1
/
+12
*
Part of the last patch.
mtm
2003-05-25
1
-7
/
+7
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-1
/
+0
*
Re-enable the garbage collector thread in anticipation of further
mtm
2003-05-21
1
-2
/
+0
*
Fix build breakage (on ia64) caused by a missing file descriptor to
marcel
2003-04-20
1
-1
/
+1
*
- Pass a ucontext_t to _set_curthread. If non-NULL the new thread is set
jake
2003-04-03
1
-4
/
+4
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-12
/
+4
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+228