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
/
librt
/
sigev_thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert this piece of code to use C11 atomics.
ed
2013-06-30
1
-3
/
+4
*
Register signal 33 explicitly as reserved by real-time library, and
rmh
2012-03-26
1
-5
/
+5
*
Fix compiler warnings.
davidxu
2009-11-18
1
-2
/
+2
*
atomic_fetchadd_int works on unsigned quantities - change
kmacy
2008-08-15
1
-1
/
+1
*
Account for recent changes in namespace.h. Use _pthread_create
deischen
2006-03-29
1
-4
/
+4
*
Block all signals in helper threads except those should not be blocked.
davidxu
2006-03-10
1
-6
/
+9
*
Remove stale comments.
davidxu
2006-03-07
1
-4
/
+0
*
1. Always call user callback function in newly created thread, it seems
davidxu
2006-03-07
1
-378
/
+159
*
Use a thread pool to process notification if sigev_notify_attributes
davidxu
2006-03-04
1
-48
/
+306
*
Fix a mutex lock/unlock mismatch.
davidxu
2006-03-01
1
-2
/
+3
*
Forgot to revert to use weak symbols when I was debugging, fix it!
davidxu
2006-03-01
1
-22
/
+15
*
Bring in my initial version of POSIX realtime extension library.
davidxu
2006-03-01
1
-0
/
+433