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_attr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid various shadowed variables. libthr is now almost WARNS=4 clean except
delphij
2008-04-23
1
-9
/
+9
*
Compile libthr with warnings.
ru
2008-03-25
1
-6
/
+6
*
Fix a bug when calculating remnant size.
davidxu
2008-03-06
1
-1
/
+1
*
Check actual size of cpuset kernel is using and define underscore version
davidxu
2008-03-05
1
-7
/
+42
*
implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np.
davidxu
2008-03-04
1
-1
/
+58
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
Use kernel facilities to support real-time scheduling.
davidxu
2006-07-12
1
-2
/
+10
*
- Use same priority range returned by kernel's sched_get_priority_min()
davidxu
2006-04-27
1
-13
/
+17
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-0
/
+2
*
Return real detached state.
davidxu
2006-01-09
1
-0
/
+2
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-236
/
+339
*
Move the weak references to the top of the file to conform
mtm
2004-02-18
1
-43
/
+22
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+450