aboutsummaryrefslogtreecommitdiff
path: root/lib/librt/sigev_thread.c
Commit message (Expand)AuthorAgeFilesLines
* 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