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