aboutsummaryrefslogtreecommitdiff
path: root/lib/librt/sigev_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Convert this piece of code to use C11 atomics.Ed Schouten2013-06-301-3/+4
* Register signal 33 explicitly as reserved by real-time library, andRobert Millan2012-03-261-5/+5
* Fix compiler warnings.David Xu2009-11-181-2/+2
* atomic_fetchadd_int works on unsigned quantities - changeKip Macy2008-08-151-1/+1
* Account for recent changes in namespace.h. Use _pthread_createDaniel Eischen2006-03-291-4/+4
* Block all signals in helper threads except those should not be blocked.David Xu2006-03-101-6/+9
* Remove stale comments.David Xu2006-03-071-4/+0
* 1. Always call user callback function in newly created thread, it seemsDavid Xu2006-03-071-378/+159
* Use a thread pool to process notification if sigev_notify_attributesDavid Xu2006-03-041-48/+306
* Fix a mutex lock/unlock mismatch.David Xu2006-03-011-2/+3
* Forgot to revert to use weak symbols when I was debugging, fix it!David Xu2006-03-011-22/+15
* Bring in my initial version of POSIX realtime extension library.David Xu2006-03-011-0/+433